Is it possible to include several file types in a saved search?

I want to have a saved search that shows recently changed sound files in the Finder.
It works great with one file type, but I want to have two.
Right now I have "Audio IFF", but I also want to include "WAVE".
However, if I add another "Kind" and "other", and set it to "WAVE", the "Audio IFF" files disappears from the search.
Any idea how I can combine two file types in the search?

I want to have a saved search that shows recently changed sound files in the Finder.
It works great with one file type, but I want to have two.
Try the following:
Starting from a Finder search window, change the first condition from "Kind is" to "Last Modified date" is "within last" xxx days:
From that window, hold down the option key, and click on the plus sign at the right:
This will bring up a multi-condition entry form that you can use to construct an "OR" search. Be sure it is set for "Any" of the following are true, and then click on the lowermost plus sign to set up the second OR line:
Finally, set up each condition as KInd is Other, and enter your choices:
Then save the search.

Similar Messages

  • Question about filtering a file type on check in?

    I am reading on how to filter file types on check in and I was wondering.  Is it possible to check a file type and pop up a error page in iDoc, or would I have to go the custom component route (and would that need to be java or iDoc)?

    Thanks for the input, but seeing how the setting where I'm going to employ this component for UCM is secure I can't use code I can't read for myself (No offence to the author of that blog or to you).  But yeah I kinda figured making a filter based component would be the best route, but most examples I've found used the intradoc library.  Problem is I can't seem to find the intradoc library to try to write a basic example to see what I'm doing, everything I get is for RIDC (even found a small example on writing a filter for RIDC).  Is this what UCM is using now in 11g?
    Also one thing I felt missing when looking at example code, I get the basic idea of the code itself.  But to employ the componant to work on the check in request would I just include that component in that idoc function for checkin?

  • File type association

    Hi,
    Is it possible to associate a file type extension (*.txt) for example
    to a labview aplication ?
    That in order to open a file just by double clicking on it.
    Thanks in advance for your help.
    Maxime

    Under Windows, you need to do two things:
    OS side: Associate the extension with your LabVIEW application
    LabVIEW side: Code your program so it catches the commandline parameters when it opens via explorer to get the filename that was just double-clicked or dropped on the executable. 
    A more detailed discussion can be found in the following thread:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=116935&query.id=0#M116935
    (I am not familiar how to do this under e.g. Mac or Linux)
    LabVIEW Champion . Do more with less code and in less time .

  • 'File type' missing on Filter

    I cannot find the file type section on filter and on some videos I've seen it.  Can someone please help?
    Thank you

    Does the folder you are viewing in Bridge contain more than one file type or only a single file type?  I think File Type only appears in the filter list when the folder(s) being viewed include multiple file types.  For example, if the folder you're viewing in Bridge contains only jpeg files or only any other single file type, then File Type will not be shown in the filter list.

  • How to save as Excel file type?

    There were no Excel file type under the "Save As" function.  Is there anyway to include Excel file type under this list?  Snapshot attached. 
    Solved!
    Go to Solution.
    Attachments:
    Export_file_types.png ‏28 KB

    Hi NiCoder,
    You have a numer of different options to get data from the DIAdem Data Portal to Excel:
    1)  Save to TDM or TDMS file and use the free TDM Excel Importer to load the data into Excel
    2)  Save to CSV file and use Excel's built-in ASCII file import feature to load the data into Excel
    3)  Load the gfsexcel.dll GPI-DLL and use the "File >> Save as..." option to export an *.xls data file
    4)  Use a custom VBScript to automate any of the above 3 options
    5)  Use a custom VBScript to directly send each Data Portal data channel to a column of values in Excel via ActiveX
    Options 1) and 2) are easiest if you want a purely interactive solution.  Option 1) will export all the data values as well as all the properties.  Option 2) will export all the data values and the name of each channel in the Data Portal, but none of the other properties.  If you choose to use option 3), know ahead of time that this feature is limited to 255 columns and will not export any custom properties, just the properties that existed back in DIAdem 8.1.  Option 4) can add in all the custom properties that are missing in option 2).  Option 5) can export all the data and all custom properties, but it is also the slowest option and involves the most programming.
    Let me know what sounds best to you,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • How can I include a file in a servlet?

    I need to include a header file in htm format and a footer as well. My question here is, is it possible to include these files when a servlet is executed? like in the cases of the jsp web apps, with the <%@include file = "header.htm"%> tag... please let me know and thanks in advance.
    Regards

    Use RequestDispatcher.include:
    RequestDispatcher rd =
    = this.getServletContext().getRequestDispatcher(url);
    try { rd.include(request, response); }
    catch (Exception e) { "Error : Dispatch includeError
    : " + e); }Where url is the relative url of the HTML file.Hi, thanks for your answer, I still having a problem there, I used the RequestDispatcher.Include but it didn't show the file this is the code I'm trying to use:
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    OutputStream out = response.getOutputStream();
    RequestDispatcher rd = this.getServletContext().getRequestDispatcher("/form.htm");
    try {
    rd.include(request, response);
    catch (Exception e)
    System.out.println("Error : Dispatch includeError : " + e);
    try {
    IntervalCategoryDataset dataset = createGanttDataset();
    System.out.println("Total Categories: " + dataset.getCategoryCount());
    System.out.println("Total series: " + dataset.getSeriesCount());
         JFreeChart chart = ChartFactory.createGanttChart("Activities for F3319G1", "Activity", "Date", dataset, true);
    response.setContentType("image/png");
         ChartUtilities.writeChartAsPNG(out, chart, 800, 600);
    catch (Exception e) {
    e.printStackTrace();
    System.err.println(e.toString());
    finally {
    out.close();
    This servlet gets an image.. so the ContentType is set to "image/png" I don't know if this is causing the problem in such case what would I need to include an html or htm file in this kind of servlet? thanks in advance.
    Regards

  • Advice on allowing specific file types to be written to USB flash drive

    We currently have all of the Removable Storage Access policies enabled (Computer Config > Policies > Admin Templates > System/Removable Storage Access) and would like to know if it is possible to allow specific file types to be exempted from this
    policy. Specifically we need to allow certain users to write to USB flash drive but need to limit to MS Office files only.  Is this possible?
    Thanks in advance for any assistance.
    -Mike

    > Specifically we need to allow
    > certain users to write to USB flash drive but need to limit to MS Office
    > files only.  Is this possible?
    Third party products can do that. GPO cannot.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Can we limit the file type in Attachment?

    Hi,
    Is it possible to limit the file types that the OAF attachment can upload?
    Thanks!
    Edited by: maeve on Apr 17, 2011 7:09 PM

    Hi Maeve
    You can make use of below code in pfr method of controler
    if(pageContext.getParameter("FileUpload") != null)
    DataObject fileUploadData = (DataObject)pageContext.getNamedDataObject("Bean id of OAFileUploadBean ");
    String contentType = fileUploadData.selectValue(null, "UPLOAD_FILE_MIME_TYPE");
    //Write logic here to limit the file type
    }For more details read JavaDoc as well as refer below thread
    File Upload
    Hope it helps!!!
    Thanks
    AJ

  • File type check before uploading a file

    Right now I have a processing page that uploads a file only of type zip. If you try submitting something other than a zip file, it throws an error. Is it possible to check the file type before uploading?
    Something like this in pseudo code:
    if (file type does not = zip ) {
         redirect to the homepage with cflocation
    else {
         <cffile action="upload" ....  />

    Not with ColdFusion, it does not run on the client and has no idea about the file until the client browser has sent it to the web server and the web server as put it into the server's temp directory.
    Maybe with someting that runs on the client, like JavaScript.  But when dealing with files in the client browser you quickly run into security features that prevent you from doing much to prevent hackers from writing client code to farm unsupecting users systems for interesting files.

  • What can be done if I cannot import an unsupported file type

    Does anyone know if it is possible to change the file type from PowerdDVD.exe to something I can import into PE11.  I have about 40 dvd's that I want to edit and make a new condensed version but can not import.

    SamBatman
    Thanks for the follow up.
    There are lots of online links to explore for help navigating the Premiere Elements learning curve.
    I find that the Premiere Elements Help PDF is the best initial approach. It is comprehensive and a good source. And, free. If you decide that you want to supplement any of that information with books, I would suggest that you seek those that go to your version. Principles stay the same from version to version, but features do not, often changing, relocating, or disappearing.
    http://helpx.adobe.com/pdf/premiere-elements_reference.pdf
    If you are into using the Elements Organizer which comes with the program, then also
    http://helpx.adobe.com/pdf/elements-organizer_reference.pdf
    But to the immediate issue of what you have on that DVD disc and how to get its contents into Premiere Elements 11 workspace for editing. We need to determine if you have content in DVD-VIDEO standard or widescreen format. If you do, then my suggestion of
    1. disc in DVD burner tray
    2. Add Media/DVD camera or compuer drive
    would be applicable.
    Your screenshot suggests that you have file or files in .ico format. That is not DVD-VIDEO format. So just to be sure, please place one of your DVD disc in the DVD burner tray, go to Computer, and explore the DVD drive. Do you see at least two folders, at least one being named VIDEO_TS?
    I am wondering if I assumed too much when I saw the DVD in your question. So, let me back up and ask for confirmation on
    a. What is this "PowerdDVD.exe" representing? Was it the CyberLink PowerDVD software?
    and, if so,
    b. What was the export from that program, the import exported in DVD-VIDEO standard or widescreen format or something else.
    c. Until proven otherwise, I do not see CyberLink PowerDVD exporting a file with an .ico file extension. Did someone convert the original files from PowerDVD in transferring them to the DVD disc that you presently have?
    2. By any chance is your PowerDVD software referring to this king of software instead, as per this link
    http://powerdvd1.software.informer.com/download-powerdvd-icon-ico/
    suggesting maybe you are dealing with "icons files" and not video files?
    Please review and then we can decide what next if necessary.
    Thanks.
    ATR

  • [CS3 INX] Values for file type in LnkI attribute?

    I've poked around in the C++ headers and all the relevant documentation I can find but can't find any definition of the possible values for the "file type" field in the Link Info array in CS3 INX files.
    Anyone know here I can find the list of possible values?
    I'm generating INX files with links and need to be able to generate the appropriate values based on the link targets.
    Thanks,
    Eliot

    Hi
    Pls tell me how did you resolve this issue. I am also facing the same problem.
    Thanks
    Prakash

  • Numbers error msg: "Unable to open ' .' Unknown file type."

    I last updated this doc 4 days ago, saving it every time I update it. I use it to track my children's school hours throughout the year. I have since restarted my Mac. I went to open this file today, and am getting the error message, "Unable to open ' (name of file)' Unknown file type.
    When I search for the doc under the spotlight, the name of it appears & it is listed as a Numbers doc, but I can't open it.
    Any ideas for a work around? I haven't backed it up in several weeks, so I'll be very sad if I can't retrieve it at all!
    Thanks for your help.

    Have a look here http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache
    PS: Error 2 u 2

  • Do Dgn file type require an Ifilter?

    I have added Dgn file type in sharepoint 2010 search environment but still I am not able to search the files with the extension
    .dgn.
    All the files with .dgn extension have warning in crawl logs as
    "The filtering process could not load the item. This is possibly caused by an unrecognized item format or item corruption"
    Do this require any IFilter to be installed just like we do for .pdf files? 
    Thanks in advance.

    Yes, you require an iFilter.Refer to the following post for more information
    http://www.ifiltershop.com/dwg-ifilter.html
    http://social.technet.microsoft.com/Forums/en-US/90aad344-6ac4-4711-b2cc-0664a64be217/sharepoint-2010-search-file-types?forum=sharepointgeneralprevious
    Cheers,

  • Change file types in iTunes

    Is it possible to change the file types of music files already downloaded in iTunes (aac to mp3)

    Hi Wall!
    Welcome to the Discussions!
    You have a mini-nightmare going on, but nothing that can't be sorted out.
    First, if you have any iTunes Music Store purchased music in your iTunes Library, please insure that you have authorized your computer so that you can play it and can load it on the iPod to play it there. These songs show as "Protected AAC audio files" in your iTunes window under the "Kind" heading.
    If you loaded/imported the CDs as AACs, they should play in that format and should load into your iPod in that format. I suspect that they won't play or load onto the iPod because iTunes can't find them on your hard drive.
    If I were you, I would highlight my Library in the iTunes window, select "Show Duplicates" from the menubar, then sort the files based on "kind" by clicking on the "kind" header on the iTunes window. (If "kind" doesn't show as one of your headers, choose View Options from the menubar and check it so it does appear in the iTunes window.) After sorting by "kind", you should have your duplicate song files grouped together as AACs and MPEG Audio Files (MP3s). I would highlight all of the MP3s that were duplicated by the conversion you did and delete them, thus undoing the conversion and making things a bit simpler to work with. When You're done with this, change the option back to "Show All Songs".
    Now, you're left with the AACs that are not linked with iTunes... Unless you deleted them from your drive, they're still there, but iTunes doesn't know where they are. Go to the Advanced Pane of your iTunes Preferences, click on the "General" tab, then check the boxes to "Keep iTunes Music folder organized" and "Copy files to iTunes Music folder when adding to Library". Also note the location listed for your iTunes Music folder while you're there. Click "OK'" and these changes will take effect.
    Now, from the iTunes menubar, find and choose "Consolidate Library", which will scour your hard drive for music files and add them to the iTunes Music Folder. Your songs should then be present in the iTunes window. Check to insure that they are, and that they play before proceeding... You may now have duplicates again: the original AACs that weren't linked, as well as the files that were added through the "consolidation" that you just did. If so, you can once again choose to show duplicates in your Library, then sort them based on Date Added, which will separate the old song titles from the new ones. Once you sort them this way, you can then highlight all the old duplicates and delete them. You should be left with a working Library. (Be careful to not mistakenly delete any "Protected AAC audio files" if you have music from the iTunes Music Store.)
    There may be an easier way to do this, but I don't know of one without messing around with the files inside the iTunes folder, which I'm very hesitant to do or to recommend to someone else...
    Wall, just know that the files you imported from those 600 or so CDs should be somewhere on your drive, even though iTunes has "lost" a link to them. If you keep them in your iTunes folder, you'll know where to look for and find them. The preference settings I referenced a couple of paragraphs above should help to keep them organized there.
    You might want to check out the AAC loading/playing before doing any of the above. First, check/change your "General" iTunes preferences as I previously described. Then insure your "Importing" preference is set to AAC. Create a new playlist, load one of the CDs you previously imported, and drag it's icon to the new playlist to add it to the Music folder and Library. Attempt to play the songs from that playlist. They should play just fine. If you want, you can then sort the Library by "Date Added" in the iTunes window and delete the songs from the Library from the CD you just added. If this works for you, then proceed with the consolidation and cleanup as above.
    Gary
    1GH DP G4 Quicksilver 2002, 400MH B&W G3, Mac SE30   Mac OS X (10.4.2)  

  • Default file type for photosmart 7525

    I am trying to find the default file type that is saved to a USB drive when scanning on the HP Photosmart 7525.  This is not my printer, I am just trying to help my sister who lives in another city and is not computer literate.  She scanned some pictures (or so she said, after I sent her the instructions from the manual after I downloaded it) to a memory card.  She is not sure what she is looking at from what she is telling me, it appears as the pictures were all saved to one PDF document. Does any one know if PDF is the default file type that scans are saved to on a memory card?  I cannot find the default file type mentioned in the manual.
    Thanks
    David

    Hi,
    You can check from its software on your computer. For documents it's pdf and for photos it's jpg. But you have to select first.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • How to download to my iPad from dropbox or icloud so I can work of line?

    I want to be able to work when there is not hot spot for wifi iPad to connect to.How can you pull a document of of iCloud or dropbox and store it on my iPad. that way when i want to use it  Example I have small green house business and i have a pages

  • Share Button

    My share button on iMovie 13 (10.0.2) on my Macbook Pro is not functioning. I know that many others have had this problem; I have read other forums. I have tried to uninstall and reinstall, but it still has not worked. As for deleting MacKeeper, it w

  • Web Dynpro Java Internationalization and backend ABAP function modules

    Friends, I have a requirement where I want my Web Dynpro Java application to support BRAZIL and CHINESE. I have been through the sample programs and tutorials and I understand how to support my application in these 2 languages. The challenge I am fac

  • How to migrate a CIFS share from netapp to Sun 7000 stoage?

    We have used rsync and robocopy but the permission on Sun storage is different than the netapp. Which tool can I use to bring the permission over?

  • Should i update or wait

    should i update my ipod i have a 5G? I just dont want to kill it like other people have done.