Next: File class-initialization, Previous: File class-C functions, Up: File [Index]
Return whether an error had been reported or not. If there had been one, raise an exception too
The error with the C code ‘errno’ has been reported. If errno >= 1, raise an exception
Remove the file with the given path name
Rename the file with the given path name oldFileName to newFileName
Create a symlink for the srcName file with the given path name
Create a symlink named destName file from the given path (relative to destName)
Update the timestamp of the file with the given path name.