LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the file creation date through Labview 2012?

Solved!
Go to solution

WOW, talk about doing it the hardway 

 

Simply use the system Exec.vi to run this command like you would from a command prompt

copy /b filename.ext +,,
(where filename.ext is your file's name). The +,, is a special flag to copy telling it to simply update the date/time on the file:

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 11 of 12
(420 Views)

Bill,

     Thanks for the explanation of the request to attach Snippets.  I must confess that I've been guilty of ignoring it (and, come to think of it, I've also had no problem dragging my own Snippets back into LabVIEW, but have also seen failures ...).

 

Bob Schor

0 Kudos
Message 12 of 12
(418 Views)