mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(VFS.InvalidFileNameChars): new public field.
This commit is contained in:
parent
65a8bce839
commit
dffa9e1e0f
@ -784,6 +784,8 @@ namespace GameRes
|
|||||||
return m_vfs.Top.GetFiles (pattern);
|
return m_vfs.Top.GetFiles (pattern);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static readonly ISet<char> InvalidFileNameChars = new HashSet<char> (Path.GetInvalidFileNameChars());
|
||||||
|
|
||||||
static readonly char[] PathSeparatorChars = { '\\', '/', ':' };
|
static readonly char[] PathSeparatorChars = { '\\', '/', ':' };
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user