메소드 | 설명 | |
---|---|---|
EnumerateFileSystemInfosRecursive ( this directory ) : IEnumerable |
Retreives all FileSystemInfo objects underneath a specified directory and all child directories recursively
|
|
RelativePathOfItem ( this directory, |
Calculates the FileSystemInfo object's relative path to a DirectoryInfo object
|
public static EnumerateFileSystemInfosRecursive ( this directory ) : IEnumerable |
||
directory | this | |
리턴 | IEnumerable |
public static RelativePathOfItem ( this directory, |
||
directory | this | |
item | ||
리턴 | string |