예제 #1
0
 private string FilterInvalidCharacters(string path)
 {
     return(FileSystemProvider.FilterInvalidCharacters(path));
 }