Same as System.IO.Directory singleton
More...
Same as System.IO.Directory singleton
void Vfs.IVfsDirectory.CreateDirectory |
( |
string |
path | ) |
|
Creates a directory if not exists
- Parameters
-
void Vfs.IVfsDirectory.Delete |
( |
string |
path, |
|
|
bool |
recurse = false |
|
) |
| |
Delete directory
- Parameters
-
path | |
recurse | and all its contents recursively |
bool Vfs.IVfsDirectory.Exists |
( |
string |
path | ) |
|
A directory exists?
- Parameters
-
- Returns
DateTime Vfs.IVfsDirectory.GetCreationTime |
( |
string |
path | ) |
|
Get creation time in local time
- Parameters
-
- Returns
DateTime Vfs.IVfsDirectory.GetCreationTimeUtc |
( |
string |
path | ) |
|
Get creation time in UTC
- Parameters
-
- Returns
string [] Vfs.IVfsDirectory.GetDirectories |
( |
string |
path, |
|
|
string |
searchPattern = null |
|
) |
| |
Get all directories in a directory
- Parameters
-
path | |
searchPattern | wildcard |
- Returns
string [] Vfs.IVfsDirectory.GetFiles |
( |
string |
path, |
|
|
string |
searchPattern = null |
|
) |
| |
Get all files in a directory
- Parameters
-
path | |
searchPattern | wildcard |
- Returns
DateTime Vfs.IVfsDirectory.GetLastWriteTime |
( |
string |
path | ) |
|
Get last write time in local time
- Parameters
-
- Returns
DateTime Vfs.IVfsDirectory.GetLastWriteTimeUtc |
( |
string |
path | ) |
|
Ge last write time in UTC
- Parameters
-
- Returns
void Vfs.IVfsDirectory.Move |
( |
string |
sourceDirName, |
|
|
string |
destDirName |
|
) |
| |
Move one directory to another location
- Parameters
-
sourceDirName | |
destDirName | |
void Vfs.IVfsDirectory.SetLastWriteTime |
( |
string |
path, |
|
|
DateTime |
lastWriteTime |
|
) |
| |
Set last write time in local time
- Parameters
-
void Vfs.IVfsDirectory.SetLastWriteTimeUtc |
( |
string |
path, |
|
|
DateTime |
lastWriteTimeUtc |
|
) |
| |
Set last write time in UTC
- Parameters
-
The documentation for this interface was generated from the following file:
- C:/sourceforge/pgvfsnet/Vfs.Common/IVfsDirectory.cs