메소드 | 설명 | |
---|---|---|
IsChildDirectoryOf ( string parentDirectory, string childDirectory ) : bool |
Determine if a given directory is a child directory of another.
|
|
MakeRelativePath ( string rootDirectory, string childDirectory ) : String |
Return the difference between a root directory and a child directory. For example, MakeRelativePath("a\b\", "a\b\c\d\e") will return "c\d\e".
|
public static IsChildDirectoryOf ( string parentDirectory, string childDirectory ) : bool | ||
parentDirectory | string | |
childDirectory | string | |
리턴 | bool |
public static MakeRelativePath ( string rootDirectory, string childDirectory ) : String | ||
rootDirectory | string | |
childDirectory | string | |
리턴 | String |