A data view wrapper that used a specific subdir as workfolder
FileSystemView
01 Syntax
Microsoft.VisualBasic.ApplicationServices.FileSystemView
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| Close | 1 | |
| Flush | 1 | |
| OpenFile | 1 | |
| DeleteFile | 1 | |
| FileExists | 1 | |
| FileSize | 1 | |
| FileModifyTime | 1 | |
| GetFullPath | 1 | |
| WriteText | 1 | |
| ReadAllText | 1 | |
| GetFiles | 2 | |
| EnumerateFiles | 1 |
03 Properties
04 Members
#ctor(IFileSystemEnvironment,
String)Parameters
| Name | Type | Description |
|---|---|---|
fs | IFileSystemEnvironment | the root workspace model |
subdir | String | a specific sub-dir for create a wrapper view of the workspace |
Workspace
readonly
Close()
Flush()
OpenFile(
String, FileMode, FileAccess)DeleteFile(
String)FileExists(
String, Boolean)FileSize(
String)FileModifyTime(
String)GetFullPath(
String)WriteText(
String, String)ReadAllText(
String)GetFiles()
GetFiles(
String, String())EnumerateFiles(
String, String())