CSPro function to return date and time

Discussions about editing and cleaning data
Forum rules
New release: CSPro 8.0
Post Reply
kakinyim
Posts: 42
Joined: January 16th, 2012, 6:38 am
Location: Remote/Virtual

CSPro function to return date and time

Post by kakinyim »

Hi all bloggers of this community.

Does anyone know what CSPro function I can use to return date and time a file was modified? Please share with me. In Windows command-line, there is FORFILES which can be combined as follows but it wont run for me.
string findDate = 'cmd /c FORFILES /P "C:\KIHBS\Received" /m data8071.zip /C "cmd /c echo @fdate @ftime" ';
string dateTimeofFile = maketext("%s", findDate );

Mutua
Post Reply