Sys

Namespace: dmSys Language: C++ Type: Defold C++ File: sys.h Source: engine/dlib/src/dmsdk/dlib/sys.h Include: dmsdk/dlib/sys.h

Sys allocation functions

API

Exists

Type: FUNCTION Checks if a path exists

Parameters

Returns

Rename

Type: FUNCTION Move a file or directory

Notes

Parameters

Returns

Result

Type: ENUM Result code. Similar to standard posix result codes

Members

Stat

Type: FUNCTION Remove directory tree structure and files within

Parameters

Returns

StatInfo

Type: STRUCT Status info for a file or directory

Members

StatIsDir

Type: FUNCTION Check if the path is a directory

Parameters

Returns

StatIsFile

Type: FUNCTION Check if the path is a file

Parameters

Returns

Type: FUNCTION Remove file

Parameters

Returns