-
Notifications
You must be signed in to change notification settings - Fork 0
moonbase.storage functions
Protovision edited this page Jan 8, 2016
·
1 revision
Opens a file path that is relative to the location where moonbase can write personal files (Preferences and save games, etc.). mode is a string representing how to open the file according to the standard C fopen function.
Removes a file path that is relative to the location where moonbase can write personal files (Preferences and save games, etc.)
Renames the file oldpath to newpath. Both files are relative to the location where moonbase can write personal files (Preferences and save games, etc.)