FileSystem
FileSystem
package sys
Available on cpp, cs, hl, java, lua, macro, neko, php, pythonThis class allows you to get information about the files and directories.
See
sys.io.File
for the complementary file API.
Static methods
static absolutePath (relPath:String):String
Returns the full path of the file or directory specified by relPath
, which is relative to the current working directory. The path doesn't have to exist.
If relPath
is null,