AutoHotKey(오토핫키) 설명서 FileGetAttrib
FileGetAttrib
파일의 속성을 취득
FileGetAttrib, OutputVar [, Filename]
Parameters
인수명 | 설명 |
---|---|
OutputVar | 결과를 격납하는 변수명 |
Filename |
속성을 취득하는 파일명. 상대 패스로 지정했을 경우는,%A_WorkingDir%(을)를 기준으로 한 패스가 된다. 생략시는, 제일 안쪽의File-Loop그리고 대상이 되고 있는 파일이 대상이 된다. |
ErrorLevel
성공시는 「0」, 실패시는 「1」.
Remarks
결과는, 이하의 문자를 연결한 것.
R = 독해 전용
A = 어카이브(archive)
S = 시스템
H = 은폐 파일
N = 통상
D = 디렉토리
O = 오프 라인
C = 압축
T = 일시파일
결과가 특정의 속성을 가지고 있을까를 조사하려면 ,IfInString커멘드를 사용하는 등 한다.
Related
FileSetAttrib, FileGetTime, FileSetTime, FileGetSize, FileGetVersion, File-loop
Example(s)
FileGetAttrib, OutputVar, C:\New Folder
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 FileGetSize (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 FileGetShortcut (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 FileExist() (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 FileDelete (0) | 2014.08.13 |
AutoHotKey(오토핫키) 설명서 FileCreateShortcut (0) | 2014.08.13 |