cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
depaaT
Level 3

Finding FileCreation date using InstallScript code

Hello everybody,

How to find the file creation Datetime using Installscript code?

Thanks in Advance..
Labels (1)
0 Kudos
(1) Reply
azad_khan
Level 4

Hi,

You can use the below command in installscript..

GetFileInfo ( szPathName, nType, nvResult, svResult );

Search in Installshield help.chm you will get the idea how to implement..
0 Kudos