Next: FilePath-printing, Previous: FilePath-file name management, Up: FilePath [Index]
Open a read-only FileStream on the receiver, read its contents, close the stream and answer the contents
File in the receiver
Open the receiver in the given mode (as answered by FileStream’s class constant methods)
Open the receiver in the given mode (as answered by FileStream’s class constant methods). Upon failure, evaluate aBlock.
Open the receiver in the given mode (as answered by FileStream’s class constant methods)
Open the receiver in the given mode (as answered by FileStream’s class constant methods)
Open the receiver in the given mode (as answered by FileStream’s class constant methods). Upon failure, evaluate aBlock.
Compute the relative path from the directory dirName to the receiver
Open a read-only FileStream on the receiver
Remove the file identified by the receiver
Rename the file identified by the receiver to newName
Create destName as a symbolic link of the receiver. The appropriate relative path is computed automatically.
Create the receiver as a symbolic link from srcName (relative to the path of the receiver).
Update the timestamp of the file corresponding to the receiver.
Answer the result of invoking aBlock with a reading stream open on me, closing it when the dynamic extent of aBlock ends.
Answer the result of invoking aBlock with a writing stream open on me, closing it when the dynamic extent of aBlock ends.
Open a write-only FileStream on the receiver
Next: FilePath-printing, Previous: FilePath-file name management, Up: FilePath [Index]