silktest2011 怎样获取指定路径下的文件信息

来源:互联网 发布:js 计算时间差 编辑:程序博客网 时间:2024/05/20 18:19

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

原创粉丝点击