mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 15:49:00 +08:00
(VFS.InvalidFileNameChars): new public field.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user