Next:
VFS.FileWrapper-testing
, Previous:
VFS.FileWrapper-enumerating
, Up:
VFS.FileWrapper
1.206.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).