(VFS.InvalidFileNameChars): new public field.

This commit is contained in:
morkt 2017-01-27 13:18:58 +04:00
parent 65a8bce839
commit dffa9e1e0f

View File

@ -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>