Method |
Description |
|
CanExecute ( FilePath path ) : bool |
|
|
CanWrite ( FilePath path ) : bool |
|
|
Delete ( FilePath path ) : bool |
|
|
Exists ( FilePath path ) : bool |
|
|
IsDirectory ( FilePath path ) : bool |
|
|
IsFile ( FilePath path ) : bool |
|
|
LastModified ( FilePath path ) : long |
|
|
Length ( FilePath path ) : long |
|
|
MakeDirWritable ( FilePath path ) : void |
|
|
MakeFileWritable ( FilePath file ) : void |
|
|
RenameTo ( FilePath path, string name ) : bool |
|
|
SetExecutable ( FilePath path, bool exec ) : bool |
|
|
SetLastModified ( FilePath path, long milis ) : bool |
|
|
SetReadOnly ( FilePath path ) : bool |
|
|