Open Folder using Coldfusion and loop the files in the folder to the files names

Hello,
I have a folder with lot of .xls files in it.
I want to access a folder using some coldfusion code and then
"loop" through each .xls file in the folder, and while looping is
it possible to obtain the name of each .xls file?
Anyone who knows anything about this, your help would be
highly aprreciated.
Thx

Yup, I know all about it.
You can to if you read up on the <cfdirectory ...> tag
in the
documentation. A very hand tag for reading a directory, even
includes
the ability to filter to a certain file types. And produces a
record
set of the files with names, types and more.

Similar Messages

  • I am unable to retrieve spreadsheets.  Numbers displays the "Welcome To Numbers" page but does not allow saved spreadsheets to be opened.  It offers the "Open Recent" choice and displays saved file names but does not allow these files to be accessed.

    I recently upgraded to Numbers 3.5.2.  I have an older Macbook Pro (2009) and I run Yosemite 10.10.2.  I am unable to open any saved files that were created with earlier versions of Numbers.  When I open the Numbers app, I am offered the Welcome To Numbers page.  When I choose the 'Open Recent' option, I am offered the greyed names of files that I had recently used, however, I am unable to open any of these files (no error message is displayed).  Welcome To Numbers stays on the screen.  I tried opening the app by clicking on the file name but it produced the same results.  I am having a similar problem with Pages.   I suspect a compatibility problem between the new OSX and the new iWork offerings.   Has anyone else encountered this problem?  Does it require a setting change or is it a bug?

    I managed to download and install the iWork '09 apps.  However, when I attempt to open the app, I receive this error message:
    Numbers cannot be opened because of a problem.
    Check with the developer to make sure Numbers works with this version of OS X.  You may need to reinstall the application.  Be sure to install any available updates for the application and OS X.
    Problem Details and Configuration:
    Process:          Numbers [39838]
    Path:               /Applications/iWork '09/Numbers.app/Contents/Mac OS/Numbers
    Identifier:          com.apple.iWork.Numbers
    Version          ???
    Build Info:     Numbers-2990000~12
    Code Type:     X86 (Native)
    Parent Process:  ??? [1]
    Responsible:     Numbers [39838]
    User ID:          501
    Any thoughts as to what has to happen next?  I am running the latest OS X available (Yosemite 10.10.2)

  • Can I copy one frame of a movie using iMove and save the frame as a file that can be printed like a picture?

    Can I copy one frame of a movie using iMovie and save the frame as a file that can be printed like a picture?  If so, how do I do that?

    You could if you want a postcard sized print.
    Printers need a lot more "dots" per inch and even a 1920X1080 video doesn't have enough "dots" to make more than a postcard.
    Look at the "More Like This" links at the right side of this page for instructions.

  • I have used Final Cut Pro 7 for about a year. Two weeks ago when I tried to open it, it opened for 15 seconds and then the icon disappeared. I have tried to reinstall and it didnt help. any one has similar case or can help?

    I have used Final Cut Pro 7 for about a year. Two weeks ago when I tried to open it, it opened for 15 seconds and then the icon disappeared. I have tried to reinstall and it didnt help. any one has similar case or can help?

    Please post your problem in the Final Cut Studio (Final Cut Pro 7) forum:
    https://discussions.apple.com/community/professional_applications/final_cut_stud io?view=discussions
    You'll get the help you need in that forum.

  • With my new macbook I attempted to open an older spreadsheet and get the following error message:  "This spreadsheet cannot be opened because ti is too old.  To open it, save it with numbers '09 first"  So how does one do this when I only have ver3.1?

    With my new macbook I attempted to open an older spreadsheet and get the following error message:  "This spreadsheet cannot be opened because ti is too old.  To open it, save it with numbers '09 first"  So how does one do this when I only have ver3.1?

    Numbers 3.x can only open Numbers '09 and later.  You will need Numbers '09 to open Numbers '08 files.
    If it is a single file (or only a few) you can email me and I will open and convert then email back.  My email address is in the "Biography" of my profile.
    You may have Numbers '09 installed.  Look in the folder "/Applications/iWork '09"  if Numbers is in that folder launch it, open the file you tried to open, and save.  Then you should be able to open in Numbers 3.x

  • I opened an older catalog and lost the original catalog with over 2 years of photos on it --Help

    I opened an older catalog and lost the original catalog with over 2 years of photos on it (I never opened any other catalogs---I never chose to back it up either). it is not saved anywhere I can see as a catalog on my computer. If I didn't save it before opening the older catalog ( I don't specifically remember saving anything) would it be save in another format other than a catalog somewhere?

    What happens if you choose File->Open Recent? Is the other catalog listed, and can you choose it? Simply switching to a different catalog should not cause the previous catalog to disappear.

  • How to edit bitmap which is imported in flash using xml and save the edited bitmap back to xml in flash.

    hi all
    It would be appreciated if any one let me know how to edit
    bitmap which is imported in flash using xml and save the edited
    bitmap back to xml in flash.
    Is it posible to save the bitmap data in flash?
    thanks in advance

    Yes you can... but like I said before you need to upload the
    data from the changes you make to a server.
    In terms of the solution... its unlikely that you'll find one
    specifically for your needs. You will have to learn whatever you
    don't know how already and maybe adapt some existing examples to
    your needs.
    To change the visual state of a movie clip... you just do all
    the regular things that you want to do to it using flash... scale,
    rotation, drawing API , textfields etc in actionscript. If you
    don't know how to how to do that stuff, then you need to learn that
    first. That's basic actionscript.
    You can capture the visual state of a movieclip using the
    BitmapData class. That includes a loaded jpeg. You can also
    manipulate bimatp data using the same class. You should read up on
    that if you don't know how to use it or check out the examples
    below for uploading info.
    For uploading to the server:
    Here's an as2 solution that took 15 secs to find using
    google:
    http://www.quasimondo.com/archives/000645.php
    If you're using as3, google search for "jpeg encoder as3" and
    look through that info. There are also historical answers in the
    forums here related to this type of thing that might help as
    well.

  • After I run a query can I get it to return the number of files matched and each individual file name?

    After I run a query can I get it to return the number of files matched and each individual file name?  I am trying to do a data mining routine and this would be helpful. 
    BBANACKI

    Hi bbanacki,
    Please have a look at the following code:
    Define your queries and then:
    oAdvancedQuery.ReturnType=eSearchFile
    oMyDataFinder.Results.MaxCount = iMaxNumberOfReturndElements
    Call oMyDataFinder.Search(oAdvancedQuery)
    Set oMyResults  = oMyDataFinder.Results
    If oMyResults.IsIncomplete Then
      msgbox "The first " & str(oMyResults.Count) & " files found"
    Else
      msgbox str(oMyResults.Count) & "  files found"
    End If
    for iLoop = 1 to oMyResults.Count
      Cell.Text = oMyResults(iLoop).Properties("Name").Value
      Cell.Text = oMyResults(iLoop).Properties("fullpath").Value
    next
    Greetings
    Walter

  • Help: How to Validate XML using SAXParser and return the entire error list

    Hi,
    I have a problem, I'm trying to validate a xml document against the DTD. Here Im using SAXParser and having the ErrorHandler object passed when setting the error Handler, like parser.setErrorHandler(errorHandlerObj).
    I need an output like where the entire XML document is read and all the errors have to be reported with the line number.
    like example:
    <b>Line 6: <promp>
    [Error]:Element type "promp" must be declared.
    Line 8: </prompt>
    [Fatal Error]:The end-tag for element type "promp" must end with a '>' delimiter.
    who can i achieve this.</b>
    what happens with the present code is that it throws the first error it encountered and comes out.
    how can i solve this problem

    You can try to set the following feature to 'true' for your SAXParser:
    http://apache.org/xml/features/continue-after-fatal-error
    At least Xerces supports this feature.

  • TS5376 was asked to update itunes and since then itunes won't open, un-installed it and followed the necessary steps then tryed to install it from scratch but still no luck. It says it has been successfully installed but no sign of it on my computer

    was asked to update itunes last week and since then itunes won't open, un-installed it and followed the necessary steps then tryed to install it from scratch but still no luck. It says it has been successfully installed, but no sign of it on my computer.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Every time i try to connect to firefox a message says the connection is untrusted, when i click get me out of here it goes to another firefox page and the it opens ok firefox opens as http first and then the second time it opens as https

    help every time i try to connect to firefox a message says the connection is untrusted, when i click get me out of here it goes to another firefox page and the it opens ok firefox opens as http first and then the second time it opens as https

    hello adzuki45, you already appear to run the latest version of firefox, so this shouldn't be a cause for concern, maybe your desktop shortcut is just misnamed).
    when there's a problem with installing flash, please see if it works with the full installer that is available at http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#main-pars_header

  • I would like to delete all Apps archived in the clouds of "purchased" and not in used now and in the future. How is possible to remove definitively these Apps?

    I would like to delete all Apps archived in the clouds of "purchased" and not in used now and in the future. How is possible to remove definitively these Apps. Thank you

    All you can do is hide them from your purchased list.  You cannot permaneently delete anything from your purchased history.
    Also, these are not stored in your iCloud account storage space.  The purchases reside in the online store and all you see is a list of those purchases made with your account, with a cloud-link to redownload them, but you are merely re-downloading them directly from the store.

  • Re: Instructions for opening a Satellite Z930 and upgrading the SSD

    Hi guys,
    Just wondering if there is a service manual that would show me, or if anyone knows from experience, how to open a Satellite Z930 and upgrade the SSD. I know this will void my warranty but I don't care; Toshiba MobileCare won't have anything to do with it and I don't want to pay an arm and a leg for something I could do myself if I just knew how to remove the back cover!
    I've removed all the bottom screws but the cover still won't come off...it seems to be stuck at the back-left corner. I'm guessing there's another screw under the keyboard or something...any help would be very much appreciated! :)

    > {quote:title=Macius wrote:}{quote}
    > Have you removed all 14 screws at the bottom cover?
    Ah-hah! Now we're finally getting somewhere! All I can see is 13 screws...so where the heck is the 14th?! Please see [this photo|http://dl.dropbox.com/u/64884336/screws.jpg] to see what I mean :-)
    > {quote:title=Macius wrote:}{quote}
    > Be gently with the cover. Small mistake and some plastic holder can be broken.
    That's why I'm asking you guys for a service manual or instructions LOL...I've modded many laptops before without really knowing anything about them, but just following instructions from those that do. It's not really rocket science; you just need to know where the screws are and in which order to take things apart!
    However, when I removed the 13 screws that I could see on the bottom of my Z930, the cover came off easily in all areas except the back-left corner, so that's why I came on here as I know how delicate these things are and don't want to wreck it, especially since I'll have a voided warranty afterwards LOL! :P

  • Is there a way of having the email name show and not the Company name.

    I have a few address listing for Companies that have 7 or 8 names.
    I have them listed with the custom names for each person separately.
    I really do not need separate e-mail listings for each person.
    Is there a way that would list the individuals name on the email header and not the Company name.
    IOW's : ABC company and a listing for John Smith shows ABC when I mail it.
    I gather also that it would show ABC when John Smith received it.
    I am trying to give it a more personal touch without creating dozens of additional address's.
    Thanks,
    Greg
    null

    Thanks for replying Dan, you're right, I should provide more context.
    I want to be able to duplicate a shape inside a layer a number of times, and with every duplicated shape, I want that shape to evaluate what number it is (based on a name I give it so I could name it '1' and then use something like 'eval(propertyname)' to return a number or perhaps use an index to count the number of shapes in the layer) and multiply that number by some set of rules that I can define and control through a list of expression controls on another layer. This would allow me to duplicate a square 10 times and have each square's position do something like
    x = thisShapeNumber + shapeLength * TranslateExpressionControl;
    y = 0;
    [x,y]
    which would form a long line of squares for instance. Does that make sense?
    thanks in advance!

  • I have problems to place my site on google. It still says business-catalys and not the site name.

    I have problems to place my site on google. It still says business-catalys and not the site name. What do I need to do?

    What is your site address?

Maybe you are looking for

  • Artwork Not Showing Up on iPod but iTunes

    I have the newest version of iTunes, and all of the artwork to albums I have added after the upgrade shows up in iTunes, but not physically on my iPod, what can I do?

  • Single G5 Xserve Upgradeable to Dual?

    Hey guys, I know it's a legacy product, but I thought I'd ask. Can a single 2.0Ghz G5 XServe be upgraded to a dual 2.0? I see chips with heat sinks on ebay and there is just a small cap covering the second port on the XServe's logic board. Can I pick

  • How can others without iCloud access my calendar? there used to be a url available I could send them.

    How can others access my calendar if they don't run iClound or if they have a PC?? there used to be a url available I could send them. Now when I test to by sharing with myself on my aol account it says I have to have iCloud

  • Images are desaturated after being worked on in Camera Raw

    Ok here's what I did. I'm working on processing 100 Jpeg pictures and I loved how quick Camera Raw was so I did all the corrections in there and hit done. I later went back and opened them all again and saved all the changes. They looked great. I clo

  • Flash stürzt ab

    Hallo, ich habe das Problem, dass nach der Umstellung von XP auf Win7 gelegentlich Flash (CS 5.5.) abstürzt. Zunächst kommt die Meldung, Datei kann nicht gespeichert werden, probiere einen anderen Dateinamen oder Speicherort. Es wird aber nichts gesp