1. 首页
  2. 编程语言
  3. C
  4. VC判断一个文件为目录的方法

VC判断一个文件为目录的方法

上传者: 2022-02-16 15:21:04上传 PDF文件 61.78 KB 热度 8次

本文实例讲述了VC判断一个文件为目录的方法,分享给大家供大家参考。具体实现方法如下:这是一个自定义函数,用于判断一个文件是否为目录: 以下是GetFileAttribute定义,摘自msdn:Retrieves a set of FAT file system attributes for a specified file or directory.得到FAT文件系统的文件属性lpFileNameThe name of the file or directory.In the ANSI version of this function, the name is limited to MAX_PATH characters. To extend this limit to 32,767 wide characters, call the Unicode version of the function and prepend "//?/" to the path. For more information, see Naming a File.文件名或目录名。最大长度为系统的文件名最大长度。如果是unicode环境,需要调用这个函数的unicode版本。If the function succeeds, the return value contains the attributes of the specified file or directory.希望本文所述对大家的VC程序设计有所帮助。

下载地址
用户评论