-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_FileDesc
chrisd1100 edited this page Aug 25, 2022
·
1 revision
File properties.
typedef struct {
char * path;
char * name;
bool dir;
} MTY_FileDesc;
path
(char *
)
The base path to the file.
name
(char *
)
The file name.
dir
(bool
)
The file is a directory.