How I can change file time & date stamp?

I need to change date and time info of my text file.
Is it possible to do with labview? My application
check the File/Directory info - last mod (U32) and
some cases I need to change this info.
Tapio

There are quite a few windows version of the unix touch command which will do exactly what you need.
I'm sure there is a way to call it even within LabVIEW, using "system exec". You might even be able to call cygwin1.dll using a "call library node" (I have not tried this).
- There is the full featured cygwin environment for windows. "touch" is in fileutils.
- There are also simple ports such as Touch For Windows.
(quote from this page:
What Does It Do?
For those who don't know, here's a simple explanation: It updates the dates associated with a fi
le to whatever you want it to be. It can change access, modification and creation dates. You as a user can update them independently of each other, you can update them with any possible date. Dates can be now, user specified or copied from another file. If you try to touch a file which does not exist, this command will create it for you (empty of course)." )
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How i can change the arabic date and time mode to english date and time mode

    how i can change the arabic date and time mode to english number mode

    Settings app > General > International > Region format.

  • How I can change regone Holliday date in iphone 5

    Hi .
    How I can change regone Holliday date in iphone 5.
    Before new up 7,1 regone date was was easy to change.
    After update by default shows SAT-SUN Hollydays . And in my regone FRI- SAT
    It's Hollydays

    Yay, the third post with the same question.
    If you go back to one of your other ones... you'll see that you need to read the Forum FAQ and provide a wee bit more information
    إذا كنت أعود إلى واحدة من تلك الأخرى الخاصة بك... سترى أن تحتاج إلى قراءة التعليمات المنتدى وتقديم معلومات أكثر قليلا وي
    John

  • How I can change calendar Hollydays date in my iphone5

    How I can change calendar Hollydays date in my iphone5

    Hello alejandro Valencia,
    Thanks for using Apple Support Communities.
    If you have recently changed your Apple ID, some services you use may need to be updated.  In summary of the steps in the article below, you need to sign out of your previous Apple ID, and then sign in with your new Apple ID.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Take care,
    Alex H.

  • AVCHD [.m2ts/.mts files] - Time date stamp ??

    Yet to purchase Premiere Pro, but will if it can serve this relatively simply purpose ....
    Can this progam embed/burn-in (or otherwise) a time date stamp from metadata onto 'video fames' whilst the video remains in native format (ie NOT converting to .AVI or .WMP or any other file type)
    Can anyone provide feedabck as to whether this is possible ...... either with this or any other product??
    Many thanks
    Gavin

    whilst the video remains in native format
    If you mean that the date stamp is performed directly on the encoded/compressed frame data (i.e. without decoding), then no. Date stamping just like any other kind of effect applied to the video frames needs the encoded data to be decoded to uncompressed video frames - then the effect is added to the uncompressed frames in memory. At this point you have completely left the original encoded format behind, so the output frames could simply be left as uncompressed frames, or compressed again using pretty much any compression format you like - it doesn't have to be the same compression format as the original file.
    Is there a particular reason why you want the output to have the same compression and file format as the input file?

  • How do you change file creation dates

    Is there a way to edit file creation and modification dates in a file?  Thanks.

    In the Terminal:
    man touch
    setfile

  • Re: removal of time/date stamp

    How do I remove the time/date stamp from photos in iphoto?

    Where is the time/date stamp? If it is in the EXIF data then you can not remove it but cna modify it - select the photo and use the adjust time/date command under the photos menu
    If it is on the photo then it is a part of the picture and can only be removed by editing - retouch or clone tool - you need to turn that feature of the camera off so it will stop putting the information on teh photo
    LN

  • How i can change date time

    my ipod language is english but time date & calender showing in arabic how i can change it from arabic to english

    There are quite a few windows version of the unix touch command which will do exactly what you need.
    I'm sure there is a way to call it even within LabVIEW, using "system exec". You might even be able to call cygwin1.dll using a "call library node" (I have not tried this).
    - There is the full featured cygwin environment for windows. "touch" is in fileutils.
    - There are also simple ports such as Touch For Windows.
    (quote from this page:
    What Does It Do?
    For those who don't know, here's a simple explanation: It updates the dates associated with a fi
    le to whatever you want it to be. It can change access, modification and creation dates. You as a user can update them independently of each other, you can update them with any possible date. Dates can be now, user specified or copied from another file. If you try to touch a file which does not exist, this command will create it for you (empty of course)." )
    LabVIEW Champion . Do more with less code and in less time .

  • How can i put a time/date stamp in Apple contacts, "Note"

    how can i automatically put a time/date stamp in Apple contacts, "Note"
    ei , when i enter a new note to a contact. I want the time and date to automatically show at each note.

    This is not a feature in Contacts. I suggest you send Apple feedback to let them know you would like to see this option.
    http://www.apple.com/feedback/macosx.html
    You can easily add the date stamp using an app like TextExpander.
    Read this article about using snippet keepers. http://www.macworld.com/article/151286/2010/05/clipboardmanagers word

  • How do I add time/date stamp to my screen capture file names?

    I'm on mac osx.
    I'm trying to add time/date stamp to my screen capture file names. (at the moment it's just 'Picture 1' etc..)
    I've tried the following command  in terminal but have not had success. please help!!
    defaults write com.apple.screencapture name "datestamp" at "timestamp"
    killall SystemUIServer

    Surely someone else will provide a better solution. Meanwhile, however, you might want to try the following script. Copy and paste the script into the AppleScript Editor's window and save it as an application. Then drop your screen capture files on the droplet's Finder icon.
    on open theDroppedFiles
        tell application "Finder"
            repeat with thisFile in theDroppedFiles
                set theFileName to name of thisFile
                if (word 1 of theFileName is "Picture") and ¬
                    (word 2 of theFileName = word -2 of theFileName) then
                    set theExtension to name extension of thisFile
                    set P to offset of theExtension in theFileName
                    set theCreationDate to creation date of thisFile
                    set dateStamp to short date string of theCreationDate
                    set timeStamp to time string of theCreationDate
                    set name of thisFile to "Screen Shot " & dateStamp ¬
                        & " at " & timeStamp & "." & theExtension
                end if
            end repeat
        end tell
    end open
    Message was edited by: Pierre L.

  • How do I time / date stamp photos from library

    How can I print photos from library with a time / date stamp to use for legal purposes? Please help

    All photos captured with the iPhone are date and time stamped, but not shown on the photo. Plus those metadata can be changed easily with modern photo editing software so it is not always admissible in court.
    To post those to the pictures, you need a 3rd party app for that. Try the free Exifwizard app.

  • How We Can Change Page Size During Report Run Time

    Hello !
    How We Can Change Page Size During Report Run Time .
    How can we stop to change the column name when we amend a sql in report data model.
    Thanks !
    null

    hello sohail
    1. question - i'm afraid this cannot be done ... bit in report 6 and newer you have posibility to divide your report in 3 parts (former header, body, trailor) and each part can have diferent page siz, orientation , ...
    2. question - best is give each column in your statements in one report diferent alias. when you have to chnge something, alias will remain same ...
    try this: select 1 as fist_column, 1 as second_column from dual
    hope this helsp

  • How do I change file format so I keep HD and can play on blu ray player?

    how do I change file format so I keep HD and can play on blu ray player?

    Hi
    Part of it - in my way of doing is
    Roxio Toast™ Pro incl BD-component.
    • Burn short AVCHD - on standard DVDs (20-30 minutes at HD quality) - NEED Blu-Ray player to be viewed
    or BD-burner and disks - for full Blu-Ray Disks (not got to this yet)
    I think that saving as .mpeg4 H.264 and save on USB-memory to be put into PlayStation3 also keep high quality playback.
    Yours Bengt W

  • How do you time/date stamp photos in iphoto 9, Version 8.1.2?

    How do you time/date stamp photos in Iphoto 9, Version 8.1.2?

    If the photos were taken with a digital camera they already dated and time stamped. Select a photo and click in the "i" button in the lower left hand corner of the window:
    There you will see the date and time the photo was taken.

  • I buy my iphone from KSA but now i live in jordan how i can change my region to use face time ??!  Because its locked in ksa but free in jordan

    I buy my iphone from KSA but now i live in jordan how i can change my region to use face time ??!  Because its locked in ksa but free in jordan

    No.
    You can never have facetime on that iphone.
    Sorry

Maybe you are looking for