Open a file starting with and latest timestamp

hi all,
i need to open a file whose name starts with ABC_DELTA and has the latest timestamp. i mean there are many files in this folder and some files will start with ABC_DELTA, but i need to pick up the file which has the latest timestamp or is the newest. how would i implement this. pls help.
thanks.

ag2011 wrote:
the files creation time. the file wont be modified. its like a log. and i need to parse it. thanks.Well, you're SOL if you want to use creation time: check out the File API. But you should be able to use lastModified in its place.

Similar Messages

  • Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files open w/o a problem.  Please help.

    Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files in words open w/o a problem.  Please help.
    Thank you.
    <Email Edited by Host>

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Tried opening a file in library and it states can't open database with library name? It says Relaunch then will not open? and Blocks me completely from Aperture. I have to go to Finder to Rename it? I need this file how do I get it to open?

    Tried opening a file in library and it states can't open database with library name? It says Relaunch then will not open? and Blocks me completely from Aperture. I have to go to Finder to Rename it? I need this file how do I get it to open?

    Aftershotz,
    You're going to have to give a bit more information.
    What do you mean by "opening a file in library?"  There is no function of Aperture to open files -- you can open (switch) libraries.
    You'll have to be more specific about error messages, too.  Perhaps some screenshots would be useful to diagnose your problem.  "Can't open database with library name" is not enough detail about what Aperture is really telling you.
    nathan

  • After signing with e-signature acrobat creates an additional file starting with aa

    I open a file and place a signature on the document. After placing the signature, and locking the file on save, it overwrites the existing file fine, however it creates an additional file in the folder and the files start with aa.  example: aab03284  (No file extension is attached)

    I have also had this issue - and it just randomly started happening, along the same time the request to do EchoSign disappeared (not sure if they are related).  I'll save as over top the existing file, and it asks if I want to do that, I hit 'yes' and it then creates a temporary file instead of saving it over the existing.  I have to then go back in, 'save as' again, say that I want to do that again, and then it finally saves over it correctly.

  • Adobe flash error when opening a file is closed and leaves open the file

    the problem is this I try to open a file FlippingBook Publication and try to open it immediately closes and says there are problems with adobe flash player 10.1 r102 you uninstall and reinstall the latest version adobe the problem continues, anyone know how to fix it?

    adobe flash player 10.1 r102
    Is there a specific reason you're using a five-year-old Flash Player version?

  • How do I show files starting with a "." in my Mac?

    Hello fellow Apple users, I have a problem here. Care for a bit of help?
    I am using: OS X Mavericks Version 10.9.4, Macbook-Pro With Retina Display 13'', bought in mid 2014.
    I seem to have a problem with revealing hidden files on my Mac, as I am currently creating a modification for a game called "Minecraft" using Eclipse. Every time I try to open my project, it says that the .project file for the project is missing, how do I solve this?
    Is there a way to make files starting with a "." appear, and to applications as well? (And yes, I know how you can do "defaults write blah blah blah...' in the Terminal, but it still won't just work for Eclipse, even if it works for us.
    Thanks in advance,
    Alex Ni

    Revealing hidden files and getting that error are 2 completely different thing. Even though you can't see hidden files in a finder window doesn't mean they are inaccessible to programs and the OS. They are just hidden from view to the user.

  • I can't open pages files from USB and iCloud due to : "The necessary file index.xml is missing".

    I can't open pages files from USB and iCloud due to : "The necessary file index.xml is missing". Original file is written on iMac (2014) and saved to an USB stick and then transferred till macBook Pro (2009, Yosemite) for editing. Then I shared the files by iCloud but I am not able to open them on iMac again. Niether can I use the USB stick to transfer the edited files back. I'm running Pages '09 4,1 (923) on the macBook and Pges 5.5.2 (2120) on the iMac.
    Håkan

    Pages 5.5.2 is extremely incompatible with even other Macs let alone the vast majority of PC and MsWord users out there, so not a good idea to leap into the fire with both eyes shut.
    After having done that to the first Pages 5 files, Apple has repeatedly done it to even the most minor point updates. Apple can't even anticipate its own erratic changes let alone what everyone else needs doing.
    Peter

  • Script to open excel files take info and put into new document

    Hi All
    I am new to applescript, but looking through the forums it seems to be the solution to my problem.
    I have large numbers of excel files on a pc server which i want to open, take approx 8 cells of information from each and place into a new excel doc, forming a list. I want this if possible to happen automatically, so if a new excel document is placed into a folder on the server, the relavent information is added to my list.
    I have looked at automator but dont think it works with excel yet, and the programming in excel is too much for me.
    I posted a query here in my previous job for a script of change all "/" symbols to "-" symbols, which worked very well and i hope someone more gifted can help with my new query.
    Hope i have given enough info and that someone can help
    thanks

    Supplied below is a, quick and dirty (minimal error handling), working self contained (applet) example:
    on run {}
    display dialog "Drag files onto applet for processing."
    end run
    on open (dragged_Items)
    try
    tell application "Microsoft Excel" -- Launch 'Excel' to process '.xls' files
    set tList to {} -- Create an empty list.
    repeat with i in dragged_Items -- Cycle through each dragged '.xls' file.
    open i -- Open each file.
    repeat with j from 1 to 8 -- Cycle through the eight column values of a single row.
    copy (value of cell j of row 3) to end of tList -- Obtain individul cells' value and place into 'tList'.
    end repeat
    end repeat
    repeat until (documents is {}) -- Routine to close all opened '.xls' windows. Here, 'close windows' does not work.
    close windows
    end repeat
    if (not (document 1 exists)) then make new document -- Create a new document, if needed.
    set k to 0 -- Location (position) of a 'tList' item.
    repeat with i from 1 to (count dragged_Items) -- Set row value, of where to ener column values.
    repeat with j from 1 to 8 -- Set cells' column value.
    set k to k + 1 -- Increment 'tList' location.
    set (value of cell j of row i) to (item k of tList) -- Enter value into current rows' columns' cell from 'tList'.
    end repeat
    end repeat
    activate -- Bring window to foreground.
    end tell
    end try
    end open
    Save the AppleScript code as an applet (application).
    Drag the desired files onto the applet for processing.
    The above AppleScript code obtains the cell values of columns A through H of row 3 of each '.xls' file.
    To automatically process the files of a specific folder - utilize the provided code, with respective modifications, within a
    'on adding folder items to this_folder after receiving these_items
    end adding folder items to
    ... AppleScript - 'Folder Action'.

  • Can't open DNG files created with Mac CS5 downloader in Mac CS4 Photoshop

    I recently installed CS5 on my mac but I kept CS4 installed as well.  I notice that I cannot open DNG files created with CS5 in Photoshop CS4.  Bridge CS4 shows the files only as icons - no image thumbnails.  I am able to open these same files on a Windows version of CS4.  Is there some plugin for my mac CS4 that will enable me to access the DNG files created with CS5?  Is there a way to use my CS5 downloader when converting my raw files from my camera to DNG files that will make them compatiple with PS and Bridge CS4?

    rr3rd wrote:
    Is there a way to use my CS5 downloader when converting my raw files from my camera to DNG files that will make them compatiple with PS and Bridge CS4?
    Well, yes...but you'll need to modify your DNG Converter prefs to allow for that. You''ll need a recent (ideally current DNG Converter 6.4.1 or above) and click on the DNG Converter preferences and select the correct DNG Converter options. Check DNG Converter 6.4.1 (the current version) and click on "Change Preferences" to be sure select Camera Raw 5.4 and later then make sure CS4 is updated to ACR 5.7 (which is the last version of ACR for CS4) However, the changes made to ACR 6.x really should be adopted since IQ for ACR 6.4.x is a lot better...

  • Why can't I open RAW files taken with my Nikon D3200 in Elements 10?

    Is there a fix in the works that will allow me to open RAW files taken with my Nikon D3200?

    Actually the 7.1 camera raw update covers the D3200, but for whatever reason adobe has denied users of pse 10 that update.
    Maybe it will still be released, but to me something else seems to be up, because in the past the latest version of elements (at least on windows) was always updated
    to the latest version of camera raw at the same time photoshop was.
    In the meantime you could download the 7.1 DNG converter to convert your files to dng copies which will then open in pse 10.
    windows:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5389
    mac:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5388
    I know this stinks, but other than using the camera makers or aftermarket raw programs (lightroom), that's the best i can suggest for now.

  • How do I open .dll files automatically with Adobe Reader through Firefox?

    Hi,
    When I print eBay labels through Firefox, a .dll file is downloaded. This used to open automatically in Adobe Reader, but now it opens as a text document in TextEdit, so I have to manually open Adobe Reader, change options to show "all files", and then locate the .dll file and open it.
    When I try to change the default application in Firefox preferences, I can't find anything with the content type "dll".
    Is there a way to have Firefox automatically open .dll files with Adobe Reader?
    Any help would be much appreciated, thanks!
    Steve

    That worked, thank you!
    I quit out of Firefox, renamed the file like you said, restarted my computer, and restarted Firefox.
    When I went to download a label, Firefox asked me which application to use, and I picked Adobe Reader. I also checked the box to make that the default. This automatically opened the file in AR, and then when I did it the next time it worked perfectly.
    Again, thank you so much for your help with this - although it's just a bit of time here and there saved it really adds up!
    Take care!
    -Steve

  • HT202879 How can I open a file made with old version of Pages (before 09)?

    I need to open a file made with old version of Pages (before 09).  How can I do this?  I only have iworks Pages free with Mac Book Pro.

    You need either Pages '09 or the original Pages '08? programs.
    With Pages '09 you simply open it and it accurate converts it to Pages '09. Pages 5 will open the Pages '09 version but may alter/damage the file.
    With Pages '08 you Export it to Word .doc/.docx with mixed results, then open that in Pages 5 which may alter/damage the file.
    Peter

  • Read files starting with TEST* (for example)

    Hi all,
    Is it possible to read all the files starting with TEST for example from the Unix folder.
    Requirement is there will be files starting with TEST present in the default path x.
    I need to read all the files starting with TEST from this path. So, basically in the selection screen, can I put the default filename as TEST*.
    All these files will have POs(Purchase Orders) which the program needs to update accordingly.
    Please assist.
    Thanks and regards,
    Anishur

    Hi,
    I had to do the same. Selecting all values from table comparing konzs that start with number 500* .
    check the code:
       lv_var = '500'.
       CONCATENATE lv_var '%' INTO h_concern.
       SELECT * INTO TABLE t_lfa1
               FROM        lfa1
               WHERE     konzs LIKE h_concern.
    Adibo.

  • Opening Cr2 file made with Canon g11 in Elements 7

    Recently I purchased a G11. Elements 7 won't open the raw files created with that camera. I get an error message saying wrong type of file.
    Elements 7 opens cr2 files made with my Canon Rebel (3 years old)
    Ideas?

    Download and install the Camera Raw 5.6 update:  http://www.adobe.com/support/downloads/detail.jsp?ftpID=4626
    Juergen

  • Files starting with period on samba share

    Hi,
    Is there any way to prevent the creation of files starting with a period on a samba share? I have seen the terminal command that prevents creation of the "ds_store" files, but what i'm concerned about is the creation of the hidden .htm files and such that are created all the time on this samba share.

    Yes, "*defaults write com.apple.desktopservices DSDontWriteNetworkStores true*" prevents the Mac to create .DS_Store files in network shares, globally.
    But I don't see what you are talking about with hidden .htm files created all the time, I do not have such problems. Maybe some web site editor do create temp files this way, but it is the way it works, I don't think it is a good idea to prevent that.
    You still have the "veto files" option in Samba server configuration to prevent file patterns to be used, but I won't guarantee all applications needing access to hidden files will continue to work.

Maybe you are looking for

  • Header and Logo in Blocked ALV

    Is It possible to put header and logo in Blocked ALV Report. Is yes shall I go with the same way we put the Header and Logo in ALV Grid report. Thanks in Advance.

  • My script says Obj Vers Number is blank - but it can't be!

    hello. And help. I have below a script that includes several APIs to insert and update employees' details in ORACLE Financials. It has been working fine until I've recently added the ' Hr_Person_Api.update_gb_person API' After this, it throws up a ''

  • Sun server - file not found warning message - send-file reports: HTTP4142

    (File not found) [25/Sep/2012:17:37:34] warning ( 9732): for host 127.0.0.1 trying to GET /vt/css/body_ie8.css, send-file reports: HTTP4142: can't find C:/Program Files/Sun/WebServer7/https-AC7440R877W6X.com/web-app/AC7440R877W6X.com/vt/css/body_ie8.

  • Can't enter iTunes store after update to iTunes 10.4.1.10

    This is a horrible update! After I update iTunes to 10.4.1.10 on my computer, I can't access to the store home page, it's just keep loading with a white blank page. I could access to my account page but all the other pages are blank. Someone please h

  • Fresh Install (10.9.1) Unable to create OD accounts after crash and reboot

    I have a real big issue and I was hoping if someone could help me out or point me in the right direction. I have installed a new Server (10.9.1) for a client and everything has been working fine for over a month now, DNS resolving, users being able t