|
Craig's Utility Library
4.0 Beta
|
FTP file system More...
Properties | |
| override string | Name [get] |
| Name of the file system More... | |
Properties inherited from Utilities.IO.FileSystem.BaseClasses.FileSystemBase | |
| abstract string | Name [get] |
| Name of the file system More... | |
| Regex | HandleRegex [get] |
| Regex used to determine if the file system can handle the path More... | |
| abstract string | HandleRegexString [get] |
| Regex string used to determine if the file system can handle the path More... | |
Properties inherited from Utilities.IO.FileSystem.Interfaces.IFileSystem | |
| string | Name [get] |
| Name of the file system More... | |
Additional Inherited Members | |
Public Member Functions inherited from Utilities.IO.FileSystem.BaseClasses.FileSystemBase | |
| bool | CanHandle (string Path) |
| Returns true if it can handle the path, false otherwise More... | |
| abstract IDirectory | Directory (string Path, string UserName="", string Password="", string Domain="") |
| Gets the directory representation for the directory More... | |
| abstract IFile | File (string Path, string UserName="", string Password="", string Domain="") |
| Gets the class representation for the file More... | |
Public Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass | |
| void | Dispose () |
| Dispose function More... | |
Protected Member Functions inherited from Utilities.IO.FileSystem.BaseClasses.FileSystemBase | |
| FileSystemBase () | |
| Constructor More... | |
| abstract string | AbsolutePath (string Path) |
| Gets the absolute path of the variable passed in More... | |
Protected Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass | |
| SafeDisposableBaseClass () | |
| Construct More... | |
| abstract void | Dispose (bool Managed) |
| Function to override in order to dispose objects More... | |
FTP file system
Definition at line 30 of file FtpFileSystem.cs.
|
get |
Name of the file system
Definition at line 35 of file FtpFileSystem.cs.