from the manual:
 Code:
GETFILETIME ("file name", Mode)

 

Parameter

File name

Identifies the file for which you want to retrieve the date and time information.

Time

Optional integer parameter indicating which date/time information GetFileTime should return. Possible values:

 

0
	

Return last write time (default).

1
	

Return creation time.

2
	

Return last access time.

 

Mode

Optional integer parameter indicating if and how the returned time should be adjusted to daylight saving time. Possible values:

 

0
	

Adjust time using current daylight saving time (default).

1
	

Adjust time using daylight saving time of stored time.

2
	

Do not adjust time (return UTC).

 

Returns

A string representing the date and time of the file in the format "YYYY/MM/DD HH:MM:SS".

 

Example

$Result = GetFileTime(@LDRIVE + "\Kix32.exe")


can anybody explain, what means "Adjust time using daylight saving time of stored time."
stored in where? by how? by whom? when?
_________________________
!

download KiXnet