FILEDATETIME
(Created page with "= <span class="f_Header">Action</span> = Returns the file date and time of a file <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </...") |
|||
Line 52: | Line 52: | ||
= <span class="f_Header">See also</span> = | = <span class="f_Header">See also</span> = | ||
− | [ | + | [[INITFILESYSTEM]] , [[OPEN]] , [[CLOSE]], [[FLUSH]] , [[PRINT]], [[LINE INPUT]], [[LOC]], [[LOF]] , [[EOF]] , [[FREEFILE]] , [[FILEATTR]] , [[SEEK]] , [[BSAVE]] ,[[BLOAD]] , [[KILL]] , [[DISKFREE]] , [[GET]] , [[PUT]] , [[FILELEN]] , [[FILEDATE]] , [[FILETIME]] , [[DIR]] , [[WRITE]] , [[INPUT]] |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Latest revision as of 18:50, 11 February 2013
Contents |
Action
Returns the file date and time of a file
Syntax
Var = FILEDATETIME ()
Var = FILEDATETIME (file)
Remarks
Var |
A string variable or byte array that is assigned with the file date and time of the specified file |
File |
The name of the file to get the date time of. |
When the target variable is a string, it must be dimensioned with a length of at least 17 bytes.
When the target variable is a byte array, the array size must be at least 6 bytes.
When you use a numeric variable, the internal file date and time format will be used.
See also
INITFILESYSTEM , OPEN , CLOSE, FLUSH , PRINT, LINE INPUT, LOC, LOF , EOF , FREEFILE , FILEATTR , SEEK , BSAVE ,BLOAD , KILL , DISKFREE , GET , PUT , FILELEN , FILEDATE , FILETIME , DIR , WRITE , INPUT
ASM
Calls |
_FileDateTimeS |
_FileDateTimeS0 |
Input |
|
|
Output |
|
|
Calls |
_FileDateTimeB |
_FileDateTimeB0 |
Input |
|
|
Output |
|
|
Example
See fs_subfunc_decl_lib.bas in the samples dir.Languages | English • Deutsch |
---|