C# 클래스 Rebel.Framework.FileSystemInfoExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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