Next: , Previous: , Up: VFS.FileWrapper   [Index]


1.210.7 VFS.FileWrapper: file operations

pathFrom: dirName

Compute the relative path from the directory dirName to the receiver

renameTo: newName

Rename the file identified by the receiver to newName

symlinkAs: destName

Create destName as a symbolic link of the receiver. The appropriate relative path is computed automatically.

symlinkFrom: srcName

Create the receiver as a symbolic link from srcName (relative to the path of the receiver).