Exemplo n.º 1
0
 public static string GetFileName(string string_0)
 {
     return(KeyGenerator.GetFileName(string_0, 0));
 }
Exemplo n.º 2
0
 public static string GetFileNameNoExt(string path)
 {
     return(KeyGenerator.GetFileName(path, -1));
 }