FileGetTime

파일이나 폴더의 날짜시간 도장을 열람합니다.

FileGetTime, OutputVar , Filename, WhichTime

매개변수

OutputVar

The name of the output variable in which to store the retrieved date-time in format YYYYMMDDHH24MISS. 시간은 지역 시간이지, UTC/GMT가 아닙니다.

Filename

목표 파일이나 폴더의 이름. 절대 경로를 지정하지 않으면 %A_WorkingDir%에 있다고 간주합니다. 생략하면, 가장 안쪽 파일-회돌이에 싸인 현재 파일이 사용됩니다.

WhichTime

비어 있거나 생략하면, 기본값은 M (변경시간)입니다. Otherwise, specify one of the following letters to set which timestamp should be retrieved:

에러 처리

[v1.1.04+]: 이 명령어는 실패하면 예외를 던질 수 있습니다. 더 자세한 정보는 실행시간 에러를 참조하십시오.

ErrorLevel은 문제가 있으면 1, 그렇지 않으면 0이 설정됩니다.

A_LastError는 운영 체제의 GetLastError() 함수의 결과가 설정됩니다.

논평

날짜와 시간에 관한 설정은 YYYYMMDDHH24MISS를 참조하십시오.

FileSetTime, FormatTime, If var is [not] type, FileGetAttrib, FileSetAttrib, FileGetSize, FileGetVersion, File-loop, EnvAdd (date math), EnvSub (date difference)

예제

Retrieves the modification time and stores it in OutputVar.

FileGetTime, OutputVar, C:\My Documents\test.doc

Retrieves the creation time and stores it in OutputVar.

FileGetTime, OutputVar, C:\My Documents\test.doc, C