mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +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);
|
||||
}
|
||||
|
||||
public static readonly ISet<char> InvalidFileNameChars = new HashSet<char> (Path.GetInvalidFileNameChars());
|
||||
|
||||
static readonly char[] PathSeparatorChars = { '\\', '/', ':' };
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user