C# Класс CmisSync.Lib.Storage.FileSystem.FileSystemInfoFactory

Wrapps all interfaced methods and calls the Systems.IO classes
Наследование: IFileSystemInfoFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateConflictFileInfo ( IFileInfo file ) : IFileInfo

Creates a conflict file info for the given file.

CreateDirectoryInfo ( string path ) : IDirectoryInfo

Creates the directory info.

CreateDownloadCacheFileInfo ( System.Guid uuid ) : IFileInfo

Creates the download cache file info based on a uuid.

CreateDownloadCacheFileInfo ( IFileInfo file ) : IFileInfo

Creates a download cache file info based on the given file instance.

CreateFileInfo ( string path ) : IFileInfo

Creates the file info.

IsDirectory ( string path ) : bool?

Determines whether the path is an existing directory or an existing file or does not exist.

Описание методов

CreateConflictFileInfo() публичный Метод

Creates a conflict file info for the given file.
public CreateConflictFileInfo ( IFileInfo file ) : IFileInfo
file IFileInfo File for which a new conflict file should be created.
Результат IFileInfo

CreateDirectoryInfo() публичный Метод

Creates the directory info.
public CreateDirectoryInfo ( string path ) : IDirectoryInfo
path string For this path.
Результат IDirectoryInfo

CreateDownloadCacheFileInfo() публичный Метод

Creates the download cache file info based on a uuid.
public CreateDownloadCacheFileInfo ( System.Guid uuid ) : IFileInfo
uuid System.Guid UUID of the file.
Результат IFileInfo

CreateDownloadCacheFileInfo() публичный Метод

Creates a download cache file info based on the given file instance.
public CreateDownloadCacheFileInfo ( IFileInfo file ) : IFileInfo
file IFileInfo File which should be updated.
Результат IFileInfo

CreateFileInfo() публичный Метод

Creates the file info.
public CreateFileInfo ( string path ) : IFileInfo
path string For this path.
Результат IFileInfo

IsDirectory() публичный Метод

Determines whether the path is an existing directory or an existing file or does not exist.
public IsDirectory ( string path ) : bool?
path string Full path.
Результат bool?