Ejemplo n.º 1
0
 private string FilterInvalidCharacters(string path)
 {
     return(FileSystemProvider.FilterInvalidCharacters(path));
 }