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