[][src]Function ul_sys::ulEnablePlatformFileSystem

pub unsafe extern "C" fn ulEnablePlatformFileSystem(base_dir: ULString)

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.