摘要:
ExtractFileDrive :返回完整文件名中的驱动器,如"C:" ExtractFilePath:返回完整文件名中的路径,最后带“/”,如"C:\test\"ExtractFileDir:返回完整文件名中的路径,最后不带“/” ,如"C:\test"ExtractFileName:返回完整文件名中的文件名称 (带扩展名),如"mytest.doc"ExtractFileExt 返回完整文件... 阅读全文
摘要:
http://community.csdn.net/Expert/TopicView3.asp?id=5320418 Returns a specified parameter from the command-line.返回当前命令行的详细参数信息UnitSystemCategorycommand line utilitiesDelphi syntax:function ParamStr(Ind... 阅读全文