GetFileAttributes 方法 (Shell 对象)¶
返回指定文件或文件夹的属性。 strFile 用于检索属性的文件或文件夹的完整路径和名称。 返回以下值的组合。 值 描述 0 正常 1 只读 2 隐藏 4 系统 8 数量 16 目录 32 存档 1024 别名 2048 已压缩 支持 EmEditor Professional 22.1 或之后的版本。¶
[JavaScript]¶
nAttr = shell.GetFileAttributes( strFile );
[VBScript]¶
nAttr = shell.GetFileAttributes( strFile )
参数¶
示例¶
[JavaScript]¶
nAttr = shell.GetFileAttributes( "C:\\\\Test\\\\file.txt" );
[VBScript]¶
nAttr = shell.GetFileAttributes( "C:\\Test\\file.txt" )
返回值¶
版本¶