Method |
Description |
|
CanExecute ( ) : bool |
|
|
CreateNewFile ( ) : bool |
|
|
CreateTempFile ( ) : FilePath |
|
|
CreateTempFile ( string prefix, string suffix ) : FilePath |
|
|
CreateTempFile ( string prefix, string suffix, FilePath directory ) : FilePath |
|
|
DeleteOnExit ( ) : void |
|
|
Equals ( object obj ) : bool |
|
|
FilePath ( ) : System |
|
|
FilePath ( FilePath other, string child ) : System |
|
|
FilePath ( string path ) : System |
|
|
FilePath ( string other, string child ) : System |
|
|
GetAbsoluteFile ( ) : FilePath |
|
|
GetAbsolutePath ( ) : string |
|
|
GetCanonicalFile ( ) : FilePath |
|
|
GetCanonicalPath ( ) : string |
|
|
GetHashCode ( ) : int |
|
|
GetName ( ) : string |
|
|
GetParent ( ) : string |
|
|
GetParentFile ( ) : FilePath |
|
|
GetPath ( ) : string |
|
|
IsAbsolute ( ) : bool |
|
|
IsDirectory ( ) : bool |
|
|
IsFile ( ) : bool |
|
|
LastModified ( ) : long |
|
|
Length ( ) : long |
|
|
List ( ) : string[] |
|
|
List ( IFilenameFilter filter ) : string[] |
|
|
ListFiles ( ) : SharpCifs.Util.Sharpen.FilePath[] |
|
|
Mkdir ( ) : bool |
|
|
Mkdirs ( ) : bool |
|
|
RenameTo ( FilePath file ) : bool |
|
|
RenameTo ( string name ) : bool |
|
|
SetExecutable ( bool exec ) : bool |
|
|
SetLastModified ( long milis ) : bool |
|
|
SetReadOnly ( ) : bool |
|
|
ToString ( ) : string |
|
|
ToUri ( ) : Uri |
|
|