Methods | |
createDirectory | Source Codeshared formal Directory createDirectory(Boolean includingParentDirectories = false) Create a new directory at the location that this object represents. Parameters:
|
createFile | Source Codeshared formal File createFile(Boolean includingParentDirectories = false) Create a new file at the location that this object represents. Parameters:
|
createSymbolicLink | Source Codeshared formal Link createSymbolicLink(Path linkedPath, Boolean includingParentDirectories = false) |
Inherited Methods |
Methods inherited from: Object |