fix the space usage in a user name, at file creation
This commit is contained in:
parent
12c495fbf8
commit
5f33b8f753
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace Yavsc.Helpers
|
||||||
|
|
||||||
return di;
|
return di;
|
||||||
}
|
}
|
||||||
static char[] ValidChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_~.".ToCharArray();
|
static char[] ValidChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_~. ".ToCharArray();
|
||||||
|
|
||||||
public static bool IsValidDirectoryName(this string name)
|
public static bool IsValidDirectoryName(this string name)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue