搜索资源列表
vbtovc
- 一个把VB原代码转换为VC原代码的软件代码。-put a VB code conversion of the original VC-source software code.
CreateDeletePath
- 使用CreatDirectory函数可以创建一个新目录,使用RemoveDirectory函数可以删除一个目录。-CreatDirectory function can be used to create a new directory, use the RemoveDirectory function can delete a directory.
DeleteUnEmptyFold
- 要删除一个非空目录,必须首先删除其包含的所有文件或文件夹,然后才能调用RemoveDirectory函数删除-To remove a non-empty directory, you must first remove it contains all the files or folders, and then you can call a function to delete RemoveDirectory
Delphi_GetCurrentDir
- 获取当前文件夹 GetCurrentDir 设置当前文件夹 SetCurrentDir ChDir SetCurrentDirectory 获取指定驱动器的当前路径名 GetDir 文件改名 RenameFile 建立文件夹 CreateDir CreateDirectory ForceDirectories 删除空文件夹 RemoveDir RemoveDirectory 建立新文件 FileCreate