词条 | GetFileAttributes |
释义 | GetFileAttributes Function 为一个指定的文件或目录返回文件系统的属性。可以使用GetFileAttributesEx 函数获得更多的属性信息。如果要实现交互式操作,可以使用GetFileAttributesTransacted 函数。 DWORD WINAPI GetFileAttributes( __in LPCTSTR lpFileName ); 参数 lpFileName [in] 文件或目录的名字,对于ANSI版本,名字不能大于MAX_PATH。 返回值 如果函数成功,返回值包含文件或目录的属性。如果函数失败,返回值是INVALID_FILE_ATTRIBUTES。 备注 当该函数作用在一个挂载文件夹时,它返回目录的文件系统的属性,而不是根目录的信息。为了获得与文件属性关联的卷信息,可以调用GetVolumeNameForVolumeMountPoint 函数。 要求 Minimum supported client Windows 2000 Professional Minimum supported server Windows 2000 Server Header WinBase.h (include Windows.h) Library Kernel32.lib DLL Kernel32.dll Unicode and ANSI names GetFileAttributesW (Unicode) and GetFileAttributesA (ANSI) |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。