Method | Description | |
---|---|---|
TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem |
Initializes a new instance of the TypeFact class.
|
Method | Description | |
---|---|---|
TypeFact ( string type ) : FubarDev.FtpServer.FileSystem |
Initializes a new instance of the TypeFact class.
|
public TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem | ||
entry | IUnixFileSystemEntry | The file system entry to get the type fact for |
return | FubarDev.FtpServer.FileSystem |
protected TypeFact ( string type ) : FubarDev.FtpServer.FileSystem | ||
type | string | The value of this fact (usually file or dir ) |
return | FubarDev.FtpServer.FileSystem |