Project

General

Profile

Feature #1829

Updated by skyjake over 9 years ago

File paths should not be stored in fixed-length strings. Instead, use @String@, @Path@ and @NativePath@.

* @filename_t@ should be removed entirely
* @UnixInfo_GetConfigValue()@ should return use an @AutoStr@
* sys_direc should be removed and replaced with @NativePath@ (some unique functionality in sys_direc may need to be moved to @NativePath@)

Back