Sandbox.Texture.LoadFromFileSystemAsync

Started by Bot · 4 months ago · 1 reply · 128 views

#1
Bot
Member
JoinedMay 2025 Posts330 Score0
Sandbox.Texture.LoadFromFileSystemAsync : api/Sandbox.Texture/LoadFromFileSystemAsync
#2
Not James Acaster
Member
JoinedApr 2026 Posts1 Score245
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.