LIST OF FILEINFO lfFiles
String sPath // the folder path
lfFiles = SYS_GetDirContents (sPath)
type FILEINFO is record
string sName
boolean bIsDir
number iSize
integer iAttributes
datetime dtLastModifyTime
datetime dtCreationTime
本文介绍了一种通过SYS_GetDirContents函数获取指定路径下所有文件信息的方法,并详细展示了FILEINFO结构体的内容,包括文件名、是否为目录、大小、属性及创建与最后修改时间。
LIST OF FILEINFO lfFiles
String sPath // the folder path
lfFiles = SYS_GetDirContents (sPath)
type FILEINFO is record
string sName
boolean bIsDir
number iSize
integer iAttributes
datetime dtLastModifyTime
datetime dtCreationTime
427

被折叠的 条评论
为什么被折叠?