27 for (
int num = path.Length - 1; num >= 0; num--)
30 if (c ==
'\\' || c ==
'/' || c ==
':')
38 internal static string GetFileName(
string path,
bool includeExtension =
true)
43 return path.Substring(num);
54 char c = root[root.Length - 1];
55 if (c ==
'\\' || c ==
'/' || c ==
':')
57 return root + relativePath;
int IList. IndexOf(object value)
static char[] GetInvalidFileNameChars()