07-04-2012 12:18 AM
how to read the date and time information of a file by labview? for example, created time and modified time.
Solved! Go to Solution.
07-04-2012 01:40 AM
The similar question had been discussed here (it's old thread but seems still valid):
http://forums.ni.com/t5/LabVIEW/file-date-created/td-p/109836
07-04-2012 01:47 AM
if you need to know the last modification date of file:-
"Functions->File I/O->Advanced File Functions->File/Directory Info.vi"
This vi returns the value of file's last modification date. This is returned as U32 number. To see it in MM/DD/YY format you must create the indicator, right-click on it and select "Format & Precision" item from drop-down menu. Then select "Time and Date" format there.
07-04-2012 01:48 AM
Hi Tail,
I also refferd that I think it suits with what OP was asking.