IFileSystemProvider
Wisej.Core.IFileSystemProvider
public interface IFileSystemProviderPublic Interface IFileSystemProviderProperties
Icon
IconSource
Name
Root
Methods
Contains(path)
Parameter
Type
Description
CreateDirectory(path)
Parameter
Type
Description
DeleteDirectory(path, recursive)
Parameter
Type
Description
DeleteFile(path)
Parameter
Type
Description
Exists(path)
Parameter
Type
Description
GetAttributes(path)
Parameter
Type
Description
GetCreationTime(path)
Parameter
Type
Description
GetDirectories(path, pattern, searchOption)
Parameter
Type
Description
GetFiles(path, pattern, searchOption)
Parameter
Type
Description
GetFileSize(path)
Parameter
Type
Description
GetLastWriteTime(path)
Parameter
Type
Description
MapPath(path)
Parameter
Type
Description
OpenFileStream(path, mode, access)
Parameter
Type
Description
RenameDirectory(path, newName)
Parameter
Type
Description
RenameFile(path, newName)
Parameter
Type
Description
Implemented By
Name
Description
Last updated
Was this helpful?

