C# Класс Rebel.Framework.FileSystemInfoExtensions

Показать файл Открыть проект

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

Метод Описание
EnumerateFileSystemInfosRecursive ( this directory ) : IEnumerable

Retreives all FileSystemInfo objects underneath a specified directory and all child directories recursively

RelativePathOfItem ( this directory, FileSystemInfo item ) : string

Calculates the FileSystemInfo object's relative path to a DirectoryInfo object

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

EnumerateFileSystemInfosRecursive() публичный статический Метод

Retreives all FileSystemInfo objects underneath a specified directory and all child directories recursively
public static EnumerateFileSystemInfosRecursive ( this directory ) : IEnumerable
directory this
Результат IEnumerable

RelativePathOfItem() публичный статический Метод

Calculates the FileSystemInfo object's relative path to a DirectoryInfo object
public static RelativePathOfItem ( this directory, FileSystemInfo item ) : string
directory this
item System.IO.FileSystemInfo
Результат string