| extends: | Object |
|---|
| Returns: | the last part of the path, e.g. for /etc/init.d/bluetooth |
|---|
name() will return ‘bluetooth’
| Returns: | the parent of this file, e.g. for /etc/init.d/bluetooth |
|---|
it will return /etc/init.d/ (as a File), or null if it’s the root directory.
| Returns: | the parent of this file, e.g. for /etc/init.d/bluetooth |
|---|
it will return /etc/init.d/ (as a File), or null if it’s the root directory.
create a directory at the path specified by this file
| Parameter: | mode – The permissions at the creation of the directory |
|---|
create a directory at the path specified by this file, and all the parent directories if needed
| Parameter: | mode – The permissions at the creation of the directory |
|---|
Copies the content of this file to another
| Parameter: | dstFile – the file to copy to |
|---|