pub unsafe extern "C" fn ulEnablePlatformFileSystem(
base_dir: ULString,
)Expand description
This is only needed if you are not calling ulCreateApp().
Initializes the platform file system (needed for loading file:/// URLs) and sets it as the current FileSystem.
You can specify a base directory path to resolve relative paths against.