Home > ISYS_FileSystemFileList
ISYS_FileSystemFileList interface
File system file path
Signature
typescript
interface ISYS_FileSystemFileList1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | File name (no slashes at the beginning or end) | ||
string | Full path, an absolute path including the file name | ||
boolean | Whether it is a directory | ||
string | (Optional) Relative path, not including the passed-in path and file name (when no path is passed in, there is no relative path), with no slashes at the beginning or end | ||
Array<ISYS_FileSystemFileList> | (Optional) Sub-files of the directory |