trophy 0
May 2025 257 posts
Sandbox.Texture.LoadFromFileSystemAsync : api/Sandbox.Texture/LoadFromFileSystemAsync
trophy 245
Apr 2026 1 post
Can I request that LoadFromFileSystemAsync allow an override to allow a enforceLowerCase bool.
At the minute NormalizeFilename forces the url to be always be lowercase.

    //
    // Summary:
    //     Puts a filename into the format /path/filename.ext (from path\FileName.EXT)
    public static string NormalizeFilename(this string str, bool enforceInitialSlash = true)
    {
        return str.NormalizeFilename(enforceInitialSlash, enforceLowerCase: true);
    }
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.