Méthode | Description | |
---|---|---|
GetDirectoryContents ( string subpath ) : IDirectoryContents |
Enumerate a non-existent directory.
|
|
GetFileInfo ( string subpath ) : IFileInfo |
Locate a non-existent file.
|
|
Watch ( string filter ) : IChangeToken |
Returns a IChangeToken that monitors nothing.
|
public GetDirectoryContents ( string subpath ) : IDirectoryContents | ||
subpath | string | A path under the root directory. This parameter is ignored. |
Résultat | IDirectoryContents |
public GetFileInfo ( string subpath ) : IFileInfo | ||
subpath | string | A path under the root directory. |
Résultat | IFileInfo |
public Watch ( string filter ) : IChangeToken | ||
filter | string | Filter string used to determine what files or folders to monitor. This parameter is ignored. |
Résultat | IChangeToken |