摘要: OverviewTheMFMT(Modify Fact:Modification Time)command provides the ability to modify the last modification time (GMT) for a file on the server. When specifying the date/time information, it must be in the following format:YYYYMMDDHHXXSSY- four digit yearM- two digit monthD- two digit day of the mont 阅读全文
posted @ 2012-07-10 10:49 小二来壶酒 阅读(13161) 评论(0) 推荐(0)
摘要: ExtractFilePath与ExtractFileDir是有区别的,前者从绝对文件名中获取路径名,后者从绝对文件名中获取目录名,表现在ExtractFilePath最后总有"\",而ExtractFileDir只是在路径为根目录时最后才是"\"。见下例:showmessage(ExtractFileDir('c:\a\aa\aaa.exe')); 返回 c:\a\aashowmessage(ExtractFilePath('c:\a\aa\aaa.exe')); 返回 c:\a\aa\showmessage(Extra 阅读全文
posted @ 2012-07-10 10:46 小二来壶酒 阅读(1044) 评论(0) 推荐(0)