Home > ISYS_FileSystemFileList
ISYS_FileSystemFileList interface
文件系统文件路径
Signature
typescript
export interface ISYS_FileSystemFileList
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 文件名(前后均无斜杠) | ||
string | 完整路径,包含文件名的绝对路径 | ||
boolean | 是否为目录 | ||
string | (Optional) 相对路径,不包含前面的传入路径和文件名(当没有传入路径时,不存在相对路径),且前后均无斜杠 | ||
Array<ISYS_FileSystemFileList> | (Optional) 目录子文件 |