Importing without filename extensions?

I need to import files that do not have filename extensions.
Please don't tell me "Get with the modern world!" or "Just rename them!" or some such. This is an archive of some 200 rolls of film scans burned to DVD. They are NOT going to get renamed! Portfolio deals with this just fine.
But I really would rather use Aperture. I just need a push in the right direction to hack some .plist or something to get it to import extension-less files. There's gotta be a way...
Help!

But type and creator codes are currently supported! As far as I can tell, they have not been officially deprecated. If you know differently, I'd appreciate a reference. (The only thing I've seen is a "suggestion" that they be avoided, as they might not be supported in the future by some applications.)
As far as I can tell, it's not "legacy," either. It's a supported part of the file system. When you select a JPEG in the Finder, do "Get Info," and set it to open in Photoshop, then select a different JPEG, and set it to open in Preview, you're setting the creator code. MacOS X has no "registry" like Windows (thank god!) to track such stuff, and I consider it a strong feature of MacOS X that you can open files of the same type with different applications by default.
I'm not sympathetic to arguments that something might happen in the future, so I should go to a lot of extra trouble to deal with someone who's jumping the gun now.
I have hundreds of client CD-ROMs that I may have to re-burn if this is the case. If that's so, I'll stick with Portfolio, which is doing an adequate job. No one is going to pay me for tens of hours spent examining, copying, renaming, and re-burning. Aperture is supposed to improve my productivity, so I spend less time behind the Finder and more time behind the viewfinder!

Similar Messages

  • Filename Extensions When Saving

    I recently had a system crash requiring that I start over from scratch. I was on 10.8.2 before the crash, and am on 10.8.2 after restoration.
    Prior to the crash, when I saved a document the Save dialog included a check box at the lower left that read "Hid File Extension." Checking this box, of course, hid the filename extension while unchecking it added the extension (naturally).
    After restoration, when I save files, that box is no longer there. The filename will only save with our without the extension depending on how the Finder setting for extensions (Finder > Preferences > Advanced) is set.
    I want my files to show extensions, but not my applications. The Finder preference is unchecked which leaves old files alone (Get Info > Name & Extension > Hide extension is unchecked in the old files), but new files won't show an extension, and without the check box in the Save dialog, I can't easily add one.
    How do I get that check box back?
    Thanks!

    Are you looking at the expanded Save dialog? Click the triangle button next to the file name entry box.

  • Receiving attachments with carriage return / enter after filename extension

    Hello All,
    For a while already I am seeing carriage return / enter / newline after the filename extension of (some of) my attachments.
    Clicking the attachment fails to open it. The only remedy I have is to save the attachment, navigate to it, click the filename, and remove the extra newline after the filename.
    It then asks me if i want to use the new extension, for example
    Would you like to use
    ".pdf"
    instead of
    ".pdf
    (I had to cut up the sentence above to make the bogus CR visible)
    After agreeing the file works fine and opens normally ( + Icon changes back to preview icon).
    The file shows up as "symposium 2010.pdf??" in Terminal.
    and
    /Users/vincent/Desktop/symposium\ 2010.pdf
    when pasted in vi - yes the third white line is included.
    Did anyone see/solve this issue before? Wading through the forum here did not turn up a solution...
    Regards, Vincent

    Hi Thomas,
    I am getting following error:
    Only one top level element is allowed in an XML document. Error processing resource 'file:///C:/Users/guptavis/AppData/Loca...
    <SupportCaseID>0055000018</SupportCaseID>
    -^
    for the below code
    DATA: LV_NEWLINE TYPE ABAP_CR_LF.
    LV_NEWLINE = CL_ABAP_CHAR_UTILITIES=>CR_LF.
    CONCATENATE
      V_XML '<TimeStamp>' wa_XML-TimeStamp '</TimeStamp>' INTO V_XML.
    CONCATENATE
      V_XML lv_newline INTO V_XML.
    CONCATENATE
      V_XML '<SupportCaseID>' wa_XML-SupportCaseID '</SupportCaseID>' INTO V_XML.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
      EXPORTING
        TEXT           = V_XML
      MIMETYPE       = ' '
      ENCODING       =
    IMPORTING
       BUFFER         =  V_XML1
    EXCEPTIONS
       FAILED         = 1
       OTHERS         = 2.
    CALL METHOD CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE
      EXPORTING
        I_FILENAME      = 'C:/TEMP/TEST.XML'
        I_CONTENT       = V_XML1
        I_MIME_TYPE     = 'XML'.
    Do you have anyu idea how can I rectify this error. As per my requirement I have conncatinate so many more lines.
    Regards,
    Vishal.

  • Filename variable w/out filename extension

    Hi,
    Is there a less kludgy way to create a variable that returns the filename without the filename extension, than putting a small, filled white box on top of it?
    Thanks,
    Mats Broberg

    I had this problem a year or two ago and Shlomo of Microtype.com came up with a PostScript snippet that I embedded in the file and it erased the extension for me.
    You may want to ping him through his site and see it he'd be willing to share, or if you know a PostScript programmer, they could fix you up. I will look around and see if I can find the snippet, but I haven't used it for a while....
    Art

  • Web pages without file extensions

    Hi All
    I have Mac OS X Server 10.5 running on a mac mini, i have set up my own single web page through server admin and i am able to access it perfectly by typing in safari http://intranet.
    but the question i have is whenever i click on any link's on my page it will bring that page up but in the address bar have for eg http://intranet/blog/index.html
    is there anyway to have it so it just says http://intranet/blog/
    I am pretty new to this and am totally confused, i am not sure if i need to alter the code of the web pages. i have looked in the code and it is all href to a page but without the extension on it.
    Please could someone help
    Thanks

    It's not entirely clear what it is you're asking.
    Are you saying you never want to see the filename in the address bar and that you want the address bar to always show http://intranet/blog/ ?
    If so the simple answer is no - at least not with standard web programming. The only way you could is by using advanced techniques using DHTML/AJAX or something similar where you load content in the background and change the display rather than loading a whole new page. This is truly an advanced technique.
    If my understanding of what you're trying to do is wrong, please post more details of what it is you're trying to do.

  • Suggest a filename extension in a save file dialog

    Hello guys,
    does any of you know, how to suggest the user a certain filename extension in a save file dialog?
    I'm using both the normal save file dialog:
         javax.swing.JFileChooser.showSaveDialog,
    and the Java Web Start save file dialog:
         javax.jnlp.FileSaveService.saveFileDialog.
    For both ways I seem not to be able to suggest the user a certain extension for the filename.
    For the normal dialog, I call setFileFilter on the JFileChooser instance.
    The filter shows up in the dialog, and is used by default, but when the user types a name and approves, the returned filename does not have the extension added.
    Of course I can add the extension programmaticaly, but not when inside the JAWS sandbox.
    For the JAWS dialog, I pass an array containing my extension, but it is ignored as if I didn't specify any extensions. The API specs already say that this parameter "might be ignored by the JNLP Client".
    So how to tell the user what extension to use?
    More people must have encountered this problem.
    I'm making an application that saves and opens xml files and exports html files.
    I'm using this code to test the behavior:import java.io.ByteArrayInputStream;
    import java.io.File;
    import javax.jnlp.FileContents;
    import javax.jnlp.FileSaveService;
    import javax.jnlp.ServiceManager;
    import javax.jnlp.UnavailableServiceException;
    import javax.swing.JFileChooser;
    import javax.swing.filechooser.FileFilter;
    public class ChooseFile
        static final String[] EXTENSIONS = { "xml" };
        static final String DESCRIPTION = "XML files";
        public static void main(String[] args)
         try {
             ServiceManager.lookup("javax.jnlp.FileOpenService");
             // we're running with JAWS
             System.out.println("JAWS filechooser:");
             System.out.println(choose_JAWS());
         catch (UnavailableServiceException x)
             // we're NOT running with JAWS
             System.out.println("normal filechooser:");
             System.out.println(choose_normal());
        static String choose_normal()
         JFileChooser fc = new JFileChooser();
         fc.setFileFilter(new CustomFileFilter(EXTENSIONS, DESCRIPTION));
         if (JFileChooser.APPROVE_OPTION == fc.showSaveDialog(null))
             return "selected " + fc.getSelectedFile().getName();
         else
             return "cancelled";
        static String choose_JAWS()
         try {
             FileSaveService fos = (FileSaveService)ServiceManager.lookup(
                         "javax.jnlp.FileSaveService");
             ByteArrayInputStream stream = new ByteArrayInputStream(new byte[] {});
             FileContents fc = fos.saveFileDialog(null, EXTENSIONS, stream, null);
             if (fc != null)
              return "selected " + fc.getName();
             else
              return "cancelled";
         } catch (Exception x)
             x.printStackTrace();
            return "";
    class CustomFileFilter extends FileFilter
        String[] extensions;
        String description;
        public CustomFileFilter(String[] extensions, String description)
         this.extensions = extensions;
         this.description = description;
        public boolean accept(File f)
         if (f.isDirectory())
             return true;
         String extension = getExtension(f);
            if (extension == null)
                return false;
         for (int i=extensions.length; i-->0; )
             if (extension.equals(extensions))
              return true;
         return false;
    public String getDescription()
         return description;
    private String getExtension(File f)
    String ext = null;
    String s = f.getName();
    int i = s.lastIndexOf('.');
    if (i > 0 && i < s.length() - 1)
    ext = s.substring(i+1).toLowerCase();
    return ext;
    }Any help is greatly appreciated!
    Tom Jansen

    @tjacobs01
    Hi Tom,
    I have a question regarding your classes
    tjacobs.ui.fc.FileExtensionFilter and
    tjacobs.ui.fc.FileChooser.
    When I look at your code, I see the filename extension is appended in showSaveDialog:     public int showSaveDialog(Component c) {
                        setSelectedFile(new File(f.getAbsolutePath() + "." + ((FileExtensionFilter)filter).getType()));
        }It gets the extension by calling getType on the filter. But getType is implemented as:    public String getType () {
            return mExtensionList.get(0).toString();
        }So this returns the first type in the list. It does not check what filetype is selected by the combobox.
    Am I missing something?
    Also, in getDescription:    public String getDescription() {
            if (mDesc == null) {
                mDesc = "";
                for (int i = 0; i < mExtensionList.size(); i++) {
                    mDesc += (i != 0 ? ", " : "") + "." + mExtensionList.get(0).toString();
                mDesc+= " files";
            return mDesc;
        }you seem to iterate through the list, but only take the first entry every iteration.
    Can you explain mExtensionList.get(0)?
    Do you know how to test what type is selected in the JFileChooser's combobox?

  • Serving Text files without html extension as html pages

    I have a large site that has a number of legacy html files with no extensions. The site was running under 10.3 just fine. Just reinstalled 10.4 and now these pages are rendered as plain text in the browser.
    I've tried adding a blank entry in the extensions under the text/html mime/type setting but doing so creates an error which stops the server. I've got hundreds of these files stored for several years that I don't want to go back through and add a .html on the end of.
    How can I get the web server to treat a file without an extension as an html file?

    I know this isn't an answer to the question you're asking, but are you sure you want that behavior? There might be times where you want an extensionless file to be loaded as a plain text file. At the very least, it will help make your site more compatible.
    If all these files are collected in the same area on your system, it might be best to give them the .html extension.
    You can do this relatively painlessly with virtually any scripting language. I know I've even seen an AppleScript that will go through a batch and change the extension for you. You might want a modified one that will first check for the start/end HTML tags in the file first to make sure you're only changing HTML files. A quick Google search for scripting a filename change will probably yield lots of results (check Perl and PHP resource sites as well).

  • How to make Safari stop adding filename extensions

    If I use Right-click->Download Linked File As... with a link to a text file whose name has no extension or an unrecognized extension, Safari adds ".txt" to the name without showing in the Save dialog that it is going to do so. I think this is a regression in Safari 7 and/or Mavericks to a bad behavior from the Tiger era, although it is possible that it is an edge case that wasn't fixed along with the fix for more common modes of downloading/saving files and I just haven't run into it recently. I understand the mechanics of what Safari is doing (mapping the HTTP Content-Type header to a filename extension) and I don't see any good workaround short of a master switch making Safari stop doing that at all and instead trusting that I really do want unextended filenames and the ability to use a period in a filename without informing LaunchServices.
    As an antique Mac user I've never been entirely comfortable with the adoption of the Windows filename extension botch, but I do accept that battle as lost. I'm just looking for a way to make Safari save files with the name shown in the Save dialog.

    Hi,
    This may be what you are looking for.
    http://www.howtodothings.com/computers-internet/how-to-disable-favicons-to-speed -up-safari
    Carolyn

  • Filename extensions will not disappear

    Ever since I've had my Mac, (since 4th January), it has displayed filename extensions to every file, despite my having read somewhere that the OS 'comes with filename extensions turned off by default'.
    I have, naturally, tried to turn them off myself via Finder>Preferences>Advanced>'Show all filename extensions'. That tick box was already un-ticked when I looked, (despite all the extensions being shown), so I ticked it, closed the window, re-opened it and re-un-ticked the box in an effort to 'force' it to do as I wanted, but to no avail.
    At a recent One-to-One session the tutors seemed to think that this was a bug in 10.6.6, (or at least what they described as the most recent manifestation of it), and cited another instance that they had come across since Christmas which was the opposite of my problem- the owner couldn't get his Mac to show filename extensions, no matter whether the box was ticked or not.
    Were they correct in this belief, or is there a secret way to get shut of the extensions hidden somewhere in the OS?

    My advice is to just get used to it. These filename extensions are important in OSX land, just like they are in the rest of the Free World.
    Here's some interesting information you should know that I found at this link:
    http://arstechnica.com/reviews/2q00/macos-qna/macos-x-qa-2.html
    "The situation for plain files is somewhat less perfect. There are only two popular methods for representing concrete types: HFS/HFS+ type/creator codes and filename extensions. Mac OS X supports both, but Apple "strongly encourages developers to use file extensions as alternative means for identifying document types." Apple's reasoning is that the Internet, the new "lowest common denominator" of interoperability, does not support HFS-style attributes and forks; it deals only in flat files. Where the overwhelming majority of "flat file" volume formats (i.e. Windows/FAT, Unix/UFS) failed to change Apple's thinking, the pervasive connectivity of the multi-million-node Internet has succeeded.
    On the other hand, Apple itself provides a method for preserving HFS/HFS+ resource forks and meta-information across flat file systems. When a file with HFS/HFS+ attributes and/or a resource fork is copied or moved to a flat file system like UFS, the Mac OS X Finder creates a hidden file containing the meta-information and the resource fork data. When that file is copied or moved back to HFS/HFS+, those hidden files are read and re-incorporated back into the file. So while Apple encourages the use of file name extensions, it also provides a mechanism that allows the "old ways" to continue functioning more or less transparently within Mac OS X.
    Unfortunately for Apple, the matter of filename extensions is not entirely in their hands. Mac OS X will initially ship with HFS+ as the default volume format. This is necessary to enable the transition of classic Mac OS users to Mac OS X. Requiring users to reformat their drives in order to upgrade to Mac OS X is not exactly good business. Furthermore, Mac OS X's backwards compatibility with classic Mac OS apps requires an HFS/HFS+ volume somewhere from which to run its copy of classic Mac OS inside Classic.app (yes, they could use a disk image, but that's a sub-optimal solution).
    Given this situation, Mac OS developers could simply continue business as usual, using type/creator codes (instead of the un-Mac-like filename extensions) to identify the files their applications save. (They could even continue to use resource forks, but that's much less likely. A file that relies on its resource fork will be irreparably broken if it is copied to a flat volume format via any method other than the Finder (FTP, HTTP, etc.), whereas a file's type/creator codes are simple to restore.)
    The deciding factor may be the users. Will Mac users accept filename extensions or will they complain bitterly to their favorite application developer that they don't want ".psd" or ".doc" files on their Mac? *Remember that the Finder will not hide any filename extensions* (other than ".app"), so they will be visible to (and editable by) the user."

  • How to use single ant build script to package the application with and without native extensions

    Hi,
    I am using iOS native extensions for Adobe air. For this I am listing the extensions in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
    Thanks,
    Swathi.

    Hi
    This is a known issue addressed by CR205204
    As you said, IBM actually does not have rt.jar in its JDK - they have moved contents of rt.jar into various jars.
    IBM is not using org/apache/crimson/tree/ in their JDK at all.So the error shows up in the end of build even if it succeeds
    You may need to add crimson.jar to wlwBuild classpath, since it is not part of IBMs JDK.
    Note: the build will work even w/o crimson.jar giving a non build related IDE exception in the very end.
    Thanks
    Vimala

  • How to use single ant build to package with and without native extensions

    Hi,
    I am using iOS native extensions for Adobe air. For this I am listing the extensionid in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
    Thanks,
    Swathi.

    why are you wanting to use single frames?
    They allow having the initial frame address stay in the
    address bar, and not
    show the linked page's address. The problems they cause
    usually override any
    value.
    Or- if we aren't using the same words the same way, please
    give an example
    site of what you want to do.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • I have my iTunes music folder stored on an external hard drive.  I recently purchased a new Mac.  After attaching the external hard drive, all the songs imported without any problem except my Playlists.  Any clue about where they are or how to revive them

    I have my iTunes music folder stored on an external hard drive.  I recently purchases a new Mac.  After attaching the external hard drive, all songs imported without a problem except my playlists.  Any clue about where they are or how to revive them for use on my new Mac?
    Thanks!

    Rysz wrote:
    To retain your playlists, artwork, play counts, etc, you need to move the entire iTunes folder, not just the music files..
    Correct.
    After that just select the new folder location in iTunes> Advanced settings.
    Incorrect.
    Hold Option and launch iTunes.
    Select Choose library and select the iTunes folder.
    This will read the iTunes library.itl file in this folder and the library as it was previously will be opened.

  • "Show all filename extensions" does not work!

    I want to be able to see the file extensions of all my files.  I go to Finder->Preferences->Advanced, and then I check the "Show all filename extensions" checkbox, yet it still does not work!  I tried rebooting my computer and double checking if that checkbox is still checked, and it is, and it still does not work!
    Any help?

    Nevermind.  I figured it out.

  • How do I print to a postscript file with InDesign CS6 without both extensions, .indd.ps?

    How do I print to a postscript file without an .indd extension in InDesign CS6? I choose Print, choose a print preset from my print shop and Save. The first time I tried it was blank (the Hide Extension was checked), so I tried to save and got a dialog box that said it cannot be saved as an .indd file (duh), to choose both or .ps. I chose .ps and it was fine, but every time I postscripted it gave me this dialog box until I unchecked Hide Extension. After I did that, every time I postscript it automatically saves both extensions. Not a big deal but it is annoying. I just want it to end with .ps like it used to. Any ideas on how to fix this?
    Thanks!!

    I have no idea but I am incredibly curious...why are you doing this?
    Printing to postscript is a completely archaic workflow. Export to PDF
    instead.
    Bob
    TKnudt <mailto:[email protected]>
    Tuesday, January 15, 2013 6:12 PM
    >
          How do I print to a postscript file with InDesign CS6 without
          both extensions, .indd.ps?
    created by TKnudt <http://forums.adobe.com/people/TKnudt> in
    /InDesign/ - View the full discussion
    <http://forums.adobe.com/message/4996731#4996731

  • How to open an InDesign file without .indd extension?

    Hi,
    I am trying to open an InDesign file which does not have the extension .indd.
    I can open the file from InDesign's File-> Open menu item. But if I try to open programmaticaly it says the file format is not supported.
    I tried using SDKLayoutHelper::OpenDocument and IDocumentCommands::CreateOpenCommand both gives the same error.
    Thanks,

    Thanks. My file was not proper. I am able to open the file without the extension.

Maybe you are looking for

  • Timeouts while using LDAP and TNSNAMES for names resolving

    I use an OID for Oracle Names resolving at the client-side. I tested some errorcases because there are no HA-features implemented for the OID. So i have an LDAP.ORA with the adress and the ports of the OID. My SQLNET.ORA has this content: NAMES.DEFAU

  • Can't move items in dock -tried several solutions

    My problem: I move a dock item to where I want it to be, a moment later the dock moves it down to the end of the dock. I've searched the forums and tried the following solutions to no avail: -Shift dragging items in the dock. -Dragging dock items alo

  • Time Capsule and Verizon MIFI

    I have Verizon MIFI into our home for internet connection.  How can I use this with the Apple Time Capsule? Any inputs would be greatly appreciated.

  • A simple applet

    i am new to java.i wanted an example of an applet. the one below i chose it, but a message like this is generated when compilation: "The target WelcomeApplet.java could not be started as a servlet ,because the class WelcomeApplet does not extend java

  • How to modify Source system in DS

    Folks, I have a Data Source with old Source System for one of my InfoObject. I need to load the new master Data for this InfoObject. But I am unable to change the Old source system to new source system as the Pencil is diabled? Do I need to reinstall