|
빌더를 쓰신다면..
-----------------------------------------------------------
Returns the OS timestamp of a file.
Unit
SysUtils
Category
file management routines
extern PACKAGE int __fastcall FileAge(const AnsiString FileName);
Description
Call FileAge to obtain the OS timestamp of the file specified by FileName. The return value can be converted to a TDateTime object using the FileDateToDateTime function. The return value is -1 if the file does not exist.
honey 님이 쓰신 글 :
: 안녕하세요
: 너무 간단한 질문일지 모르겠지만
:
: 특정파일에 생성된 시간을 알고싶은데요.
: 어떻게해야하는 모르겠습니다.
:
: 고수님들에 조언부탁드립니다.
|