搜索资源列表
读文件及文件夹类
- 读取文件以及文件夹的类,包含执行文件以及头文件-read the document and folders, are contained documents and the implementation of the first document
filelock
- 对指定文件夹文件保护,禁止其他程序访问(读取、写入、删除等操作)-For the specified folder, file protection, to prohibit access to other programs
FsoExcam
- 遍历文件夹及目录,读取文件夹、文件夹里的文件、列出本地磁盘,包括USB移动设备等,完全是基于FSO的一个文件操作示例程序,比较简单,容易看懂。-Traverse Folder and directory, read file folder, folders, documents, lists of local disk, including mobile devices such as USB, is a file-based operation of the FSO sample proced
Delphi_GetCurrentDir
- 获取当前文件夹 GetCurrentDir 设置当前文件夹 SetCurrentDir ChDir SetCurrentDirectory 获取指定驱动器的当前路径名 GetDir 文件改名 RenameFile 建立文件夹 CreateDir CreateDirectory ForceDirectories 删除空文件夹 RemoveDir RemoveDirectory 建立新文件 FileCreate 获取当前文件的版本号 GetFileVersion 获取
WideFolder
- C#读取文件夹下所有文件的属性信息,包括文件名称,文件大小,创建时间、路径等。实现思路:实例化DirectoryInfo对象,获取指定目录下的所有子目录及文件类型,/判断是否是文件夹,使用获取的文件夹名称实例化DirectoryInfo对象,为ListView控件添加文件夹信息,以列表形式显示文件夹的名称、文件大小和路径等,然后使用获取的文件名称实例化FileInfo对象,为ListView控件添加文件信息等。-C# read the file folder attributes of all
读取文件夹并且遍历该文件下面的所有文件
- 一次性读取多个文件并可以遍历多个文件,采用opencv实现,快捷简便实用。(Read multiple files at once and traverse multiple files)
读取文件
- 文件读取功能,可以将文件的内容进行中文的繁体简体转换,支持文件夹下的文件(.cpp和.h文件中的中文简体转换位繁体)(File read function, you can file the contents of Chinese traditional Chinese simplified conversion, support files under the folder (.Cpp and.H files in the Chinese Simplified translation, bit
批量读取
- 可以使用matlab这一程序进行操作,当你有多个文件夹 或者是一个文件下下有好多文件 你想批量读取 并且计算就可以用到这个方法来快速读取文件(You can use matlab this procedure to operate, when you have multiple folders or a file under a lot of files you want to read and calculate the bulk can use this method to quickly
VB6显示目录(文件夹)的属性信息
- VB6显示目录(文件夹)的属性信息,信息读取查询文件(VB6 displays the property information of the directory (folder))
CutApp
- 从按一定规律命名的文件夹中读取指定文件,并存储到txt文档中(Read the specified file from the folder named by a certain rule and store it in the txt document)
code
- matlab 循环读取文件夹内文件。。。(The matlab reads the files in the folder.)
查找空文件夹v1.1
- 查找路径的空文件夹,可以打开,并且删除,没有使用注册表读取(Find the empty folder of the path, you can open, and delete, do not use the registry to read)
modbus浮点数读取 文件夹
- labview浮点数读取,可以通过modbus通信直接读写浮点数。(LabVIEW floating-point number reading)
话单文件读取
- 选择指定的文件夹拼接里面的所有txt文件,生成一个拼接文件(Select the specified folder to splice all txt files inside and generate a splice file)
ICC.tar
- 读取文件夹及其文件,计算ICC和anova(Read the folder and its files, calculate ICC and anova)
Read_nii.tar
- 读取文件夹及其文件,计算nii文件平均值和标准差,并将结果保存为nii文件(Read the folder and its files, calculate the average value and standard deviation of the NII file, and save the result as a NII file)
Tmainnls
- 读取文件夹中所有的txt文件,并把文件名和对应的内容统一放置到celldata文件里面。(Read all the txt files in the folder and place the filename and the corresponding content in the celldata file)
顺序读取图片
- 顺序读取文件夹的图像,用到ALLNAMES结构体,也可以随机读取,自己编一下(read pictures in a file)
读取文件夹路径设为默认
- 提出了如何在labview中实现读取文件夹路径为默认(Proposed how to read the folder path in labview default)
用于大量读入同一文件夹下的m文件
- 用于大量读入同一文件夹下的m文件,是函数形式,快速读取文件信息,可用于批处理前的整理文件步骤。