Skip to content

MTY_FileDesc

chrisd1100 edited this page Aug 25, 2022 · 1 revision

File properties.

typedef struct {
    char * path;
    char * name;
    bool   dir;
} MTY_FileDesc;

Members

path (char *)

The base path to the file.

name (char *)

The file name.

dir (bool)

The file is a directory.

See also

Module: File

Clone this wiki locally