File location and name

If I use iPhoto to import files from my camera where are the files actually stored and how do I change the actual file name? I have figured out how to change the picture title but it does not change the file name.
If I use iPhoto to import pictures from the hard drive do they get copied to the iPhoto file location or just linked? When I moved to the mac I created a folder named "old laptop stuff" and moved everything to that folder. I am now trying to organize all of this stuff on the mac. Can I delete the picture files from the old laptop stuff folder after using iphoto to import and organize them?

Hi Dispatcher,
Where are the files stored? Take a look at the screenshot.
iPhoto 6 Library folder in the Finder
As you can see the structure is now related to rolls. Rolls are created for each folder you import and each import session from a camera.
It is very easy to change the names of film rolls within iPhoto to make them easier to find images within. Open the info panel in iPhoto by clicking on the "i" icon. Once it is opened, click on the roll title in the viewing window.
Click on the word "title" in the info pane and type in your new title. I like to use a date and text format such as 12/25/05 Christmas at Mom's, 1/05/06 my birthday, etc. Once the roll names are changed within iPhoto, they are also changed within the Finder, making it easy to locate an image.
When importing from a camera, make sure you name the roll with a date and text before the import.
You can add titles in iPhoto, but as you found out only iPhoto sees these new titles. To do what you want you have to name the photos before importing into iPhoto. Either download to the computer with your camera software or use Image Capture (found in your Applications folder) to download the photos.
Launch Image Capture (keep the little window open that says no camera is connected or IC will quit if you close the window)
Go to Image Captures preferences and choose what you want to happen when a camera is connected.
Next time a camera is connected, if you chose Image Capture to open, then IC will open and download the photos.
Rename your photos then import them into the library
You can choose to do it either way when you first use iPhoto (this is new in version 6)
If you choose to copy into the library when importing, then the photos are copied into the library (iPhoto Library folder in the Finder)
After you have imported all those folders of images, you can then delete the folder.

Similar Messages

  • "File Path and Name" field not displaying correctly

    Post Author: DaveWoo
    CA Forum: General
    Hello,Here's my situation: I'm currently upgrading from Crystal Reports for Visual Studio .NET 2003 to Crystal Reports for Visual Studio 2005. I have several reports (programmatically generated using VB.NET) that use the "File Path and Name" special field. Now, in the old version of Crystal Reports (2003), the field properly displayed the original file path and name; however, in the new version (2005), the field displays as "C:\DOCUME1\Username\LOCALS1\Temp\Filename{F2459406-3719-4C8B-917C-4A7055A18C76}.tmp" - in other words, the location of the temporary .rpt file.How do I get the "File Path and Name" field to correctly display the path & name of the original file, like it did in the prior version?- Dave

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • File Path and Name

    Hi everyone,
    I am scheduling reports in Crystal Reports Server.  My reports contain the "Special Field" File Path and Name.  However, when the report is sent out via CRS, it prints a different location of where the report actually resides.  In CRS, how can I make the file path and name field print the actual location of the report file rather than a rogue location?
    Thanks in advance,
    Zack H.

    Does anyone have any advice on this issue?
    Thanks in advance,
    Zack H.

  • What is the correct way to format file paths and names in the structapp file?

    I am trying to create a structured application to export fm files as xml, and probably read the xml back to fm.
    In the structured application file (structapp), I need to specify the locations of the various files (DTD, read/write, template, etc). I would like to place these files on a shared server so others can use the same structapp file (that is, a cop of it). What is the correct way to format the file paths and names? Can folders folder names and file names have spaces in them? I tried the following, for example:
    \\serverName\shareName\folder 1\folder 2\file name.dtd
    I use the same format for the template file and the read/write rules file.
    When I try to save an fm file to xml, FrameMaker says that it cannot read the DTD; however, the resulting xml file appears to be well-formed. The DOCTYPE element in the resulting xml is formatted with forward slashes and spaces replaced with %20.
    I tried using forward slashes and replacing spaces with %20, but then I get an error about reading the read/write rules.
    NOTE: I have another structured application to read xml into fm. This application does not have a DTD file. The template and read/write rules files are specified as above. Except for complaining about a lack of a DTD, the application works fine; it even applies an XSLT in the process. Again, when I DO add a DTD to this latter application, I get the same complaint about not being able to read the DTD.
    I am using fully patched FrameMaker 9 in Windows XP.
    Thanks,
    Van

    Hi Van,
    The XML parser and FrameMaker are not the same thing. The Error Log says which component created which message. The XSL processor is another option that can throw messages. The "\\server\path\some.dtd" syntax in structapps.fm seems to be fine for some tools, as Internet Explorer with XML tools successfully finds the DTD which appears as "//server/path/some.dtd" in the XML. But apparently Xerxes, the XML parser bundled with FrameMaker, does not like this notation.
    If you have a path with a drive letter, "H:\path\some.dtd", FrameMaker turns that into "file:///H:/path/some.dtd". It seems, Xerces would like to see "file:/" in front of absolute paths.
    This is what I have in structapps.fm:
    Template: \\server\path\projecttemplate.fm
    DTD: some.dtd
    Read/write rules: \\server\path\projectrules.txt
    DOCTYPE: …
    Entity locations
      Entity search paths
        1: \\server\path\
    In the structapps.fm I have the DTD without path information. The resulting XML (without XSL postprocessing) then contains just the file name with a relative path back to the book folder (when saving a book as XML). It therefore requires the DTD to be available at this place. I handle this using an event script that fires for NotePreSaveXml and copies the DTD to the folder of the original document.
    As I always use XSL postprocessing and using XSLT1 it is not possible to have the doctype-system as a parameter I have this in my XSL stylesheet:
    <xsl:output doctype-system="some.dtd" />
    For the resulting XML the DTD is expected to be in the same folder as the XML file. This is handled by the same event script as above, it therefore copies the DTD to the source and the target folder.
    Bottom line: If you want/have to use UNC paths, you have to do some programming to work around a FrameMaker bug.
    - Michael

  • File location and address corrupted, can not open pdf, any way to fix this?

    What is the easiest way to correct the file location and address  in a windows file system?

    Sorry, I don't understand your question - can you elaborate?

  • File Path and Name field does not display correct path

    We are using Crystal 2008 along with VS 2005. We embed the special "File Path and Name" field  inside our report and it displays the correct path when viewed inside Crystal reports:
    C:\Program Files\reports\Chart.rpt
    When run through the web and viewed in the DHTML viewer, the file name and path appear as follows:
    C:\Windows\TEMP\Chart {02152A43-3339-4C03-A50A-E281E1D391AF}.rpt
    How can this be corrected?
    Thanks in advance for any assistance.

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • Get (variable) file path and name in a text element

    How do you get the (variable) file path and name in a text element (label) in LCD? If you save the PDF and afterwards relocate it, it should update the values. Is that actually possible?

    Does anyone have any advice on this issue?
    Thanks in advance,
    Zack H.

  • Function module for logical file path and name

    Hello all,
    I am wondering is there any function module available to translate a logical file path to a physical file path and a logical file name to a physical file name? Thanks a lot!
    Regards,
    Anyi

    Please check the FM FILE_NAME_GET.
          CALL FUNCTION <b>'FILE_GET_NAME'</b>
             EXPORTING
               logical_filename = 'ZDELCHKREP'
               parameter_1 = it_cntry-cntry
             IMPORTING
               file_name        = l_file
             EXCEPTIONS
               file_not_found   = 08.
        CALL FUNCTION <b>'FILE_GET_NAME_USING_PATH'</b>       EXPORTING
             logical_path = 'ZDELCHKREP'
             file_name = l_file
           IMPORTING
             file_name_with_path = l_file.
    Message was edited by: Anurag Bankley
    Message was edited by: Anurag Bankley

  • FTP adapter should take file path and name at runtime..

    Hello All,
    I have requirement of getting the file from remote machine into local machine..thinking FTP adapter should help me to do this..
    I dont need to poll the remote directory. rather I will pass the exact path and name of the file to be fetched during runtime as an input to the bpel process.
    How to configure the FTP Adapter to receive the file path runtiime and gets it to local machine.
    Is it doable using ftp adapter..?
    Thanks
    Saikrishna

    Hello Anne,
    Thank you for the help.
    I am not able to call a adapter partner link using invoke activity..I am facing variable type conflicts.
    modified the
    OutboundFtpHeaderType wsdl to take file name and directory as:
    <complexType>
    <sequence>
    <element name="*fileName*" type="string"/>
    <element name="*directory*" type="string"/>
    </sequence>
    </complexType>
    Using Adapters tab of Invoke activity created a variable:
    <variable name="outputVariable"
    messageType="client:FTPadapterResponseMessage"/>
    <variable name="*filePath*" messageType="ns2:OutboundHeader_msg"/>
    Using Assign Activity, assigned the input varibales to the ftp outboundHeader variable:
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:FTPadapterProcessRequest/client:*directory*"/>
    <to variable="*filePath*" part="outboundHeader"
    query="/ns2:OutboundFTPHeaderType/ns2:directory"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:FTPadapterProcessRequest/client:*filename*"/>
    <to variable="*filePath*" part="outboundHeader"
    query="/ns2:OutboundFTPHeaderType/ns2:fileName"/>
    </copy>
    </assign>
    Used the created variable in the invoke activity as a input paramater to the partner link:
    <invoke name="Invoke_1" partnerLink="ftpAdapterTest"
    portType="ns1:SynchRead_ptt" operation="SynchRead"
    inputVariable="*filePath*" bpelx:inputHeaderVariable="filePath"/>
    <reply name="replyOutput" partnerLink="client" portType="client:FTPadapter"
    operation="process" variable="outputVariable"/>
    I am getting an error in invoke activity:
    Variable type does not match the input type.
    Thanks
    Saikrishna

  • Getting file location and display!

    Hello friends,
    I need to find out the file path and display it using java.
    Is it any specific java cmd for it.
    For example, if i store a file in d:/javaworks/ram/one.txt, then i need to retrieve the path and show it in command window.
    pls, reply me as soon as possible.

    For example, if i store a file in d:/javaworks/ram/one.txt, then i need to retrieve the path and show it in command window.Using your example above, since you know where you placed it, use
    System.out.println("d:/javaworks/ram/one.txt");

  • I do not keep my bookmarks on the boot drive. WHere is the bookmarks file located and how do I move it in Firefox 8,0,?

    What is the name of the bookmaks file in Firefox 8.0.1?
    How can I designate a different location for the bookmarks file?
    Thanks,
    Ed

    Hi,
    The '''places.sqlite''' file in your [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] stores the bookmarks and the history. This is what you see in '''Bookmarks''' ('''Alt''' + '''B''') and '''History''' ('''Alt''' + '''S''') or in the window of '''Show All History''' ('''Ctrl''' + '''Shift''' +'''H''') and '''Show All Bookmarks''' ('''Ctrl''' + Shift + '''B'''). The '''bookmarkbackups''' folder in your profile contains dated backups of just the bookmarks which shows up in '''Import and Backup''' > '''Restore''' section of the '''Show All History''' / '''Show All Bookmarks''' window.
    To move your profile and files please see [https://support.mozilla.com/en-US/kb/Managing-profiles?s=move+profile&r=0&as=s this] and [https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information this.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing video in Firefox without a plugin]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • File dates and names missing from library

    I have recently had my hard drive replaced and started afresh. My old copy of iPhoto library downloaded photos into separate files by date order and showed the roll name I assigned. I could click on a little arrow on the left to show or hide the photos.
    In case this is relevant - when I got my computer back it didn't have iPhoto on it (just about everything else was there, such as iTunes, etc) so I put my disc in again and downloaded iPhoto from the disc. Now all photos go into the library and automatically sort into year files, but they are not organised into separate roll dates and I cannot hide the photos any more and just show a list of roll names.
    I tried downloading iPhoto_715.dmg, but this message appears "An eligible iPhoto application was not found in the location /Applications."
    Sorry I am not really very computer literate and just don't understand what is going on.... any help would be greatly appreciated.
    Thanks, Linda.

    Have you explored the options under the View menu?
    I tried downloading iPhoto_715.dmg, but this message appears "An eligible iPhoto application was not found in the location /Applications."
    To upgrade to a later version of iPhoto requires that you purchase the relevant iLife package.
    Regards
    TD

  • Setting project default file locations and a few random interface questions

    I apologize for the randomness of this post, but it seemed better than spamming a bunch of different posts in a short period of time.  I've been using Premiere Elements 9 for about 6 months now and there are a few little things that I'd like to tweak.
    I'd like to change the default file save location for a project.  I've got different projects in different folders and it seems like I should be able to set a default save location for each project.  All I've ever been able to find in the help is how to set the scratch folder, which is different.
    I'd like to change the default encoding preset for a project.  For example, I have a custom preset for mp4 under the mobile phone category.  It would be nice to have that be the default whenever I pick the mobile phone category.
    With birthdays and concerts and plays and all that stuff I have about 50 videos and a couple hundred large photos already.  Every time Premiere loads, it takes a few extra seconds to load up all of the thumbnails.  I hide all the videos and pictures on the Organize tab and save the project, but it never sticks.  Is this just impossible?
    Finally, every so often, the end-of-clip marker acts funny.  I don't know what the proper name for it is, but it is the thing under the mouse cursor in the picture below.  It used to automatically move on the time line as I added or deleted clips.  Somehow I clicked a button and it no longer does that.  After a week or so of not working, it goes back to automatically adjusting as I add and delete clips from the timeline and then it will break again.  Ideas?
    Also in the timeline, I now have this huge gap of nothingness on top of video 1, see picture.  My ocd says that Video1 and Audio 1 should be at the very top and the gap should be on the bottom.  Ideas?
    Thanks,
    Bob

    I kind of wish you'd have spread these questions out over a couple of posts so that we could answer each thoroughly. If I answer all of them in depth in a single post, this answer would be the size of one of my books! (which, by the way, contain many of the answers to these questions.)
    1. The default save location for your videos should be the last place you've saved your video to. So that should happen automatically. Although in my books I recommend that, whenever you start a new project, you create a new folder for it. This is good housekeeping and a good way to keep your tmp and render files in the same place on your drive, which has a number of advantages.
    2. You can't create a custom project preset. The only presets available are the ones Adobe provides. And, although they are pretty extensive, some non-traditional formats (like video from some mobile phones) are not well supported. You may be able to get it to work -- but it's usually a hybrid solution and, personally, if you plan to use your phone's video as your main video source, I'd recommend you look at another video editing program. Premiere Elements doesn't do the hybrid stuff well. It's ideally suited for video from traditional camcorders.
    3. The thumbnails you see when the program loads are not in your current project. At least not until you import them into your Project panel. That Media panel is merely a preview to what's in your Organizer catalog. As I explain in my book, it's usually best to ignore this panel until you really learn your way around the basics of this program. It's very confusing. Fortunately, it adds very little load time to the program itself -- regardless of how much time it seems to add.
    4. The thing in the illustration is the Work Area Bar. It's used to isolate a segment of your timeline for rendering, etc. Usually, it will shrink and grow as you add and remove video from your timeline. Unfortunately, there's a bug in version 9 and, if you manually change it once during a project, you'll have to manually change it for the rest of the time you work on the project. But, if you drag each end of the Work Area Bar to cover your entire timeline of videos, your project shouldn't misbehave.
    5. The "gap of nothingness" on your timeline is just room for you to add more audio and video tracks if you'd like to. It's a good thing to have! BTW, as I'm sure you know (and my books, once again, explain) you can toggle the tracks on your timeline so that they display as either compressed (as in your illustration) or wide open, which allows you to see your clips and control audio and video levels. Once again, this is a very good thing!
    Happy moviemaking.

  • Saving files, location and format

    I just recently purchased a macbook pro, with the aperture software installed, and have a question reguarding the files used in the program.
    I know that when you import photos, you must put them in a project, however i would like to know where this project is saved. Also, when i delete a project, if it deletes just the project and any modifications i have made to the master photos, and what happens to the master photos afterwards. Does the non destructive format follow to this as well? What about if i import from memory card to aperature, does it save a master image, and then put it in a project, or what happens?
    Thanks

    When you launch Aperture, it will create a file in the Pictures folder called "Aperture Library. aplibrary"
    This location can be changed from within Aperture/Preferences, but Aperture will not move this library file to the new location. If you need to move it, use Finder. If you don't move it, Aperture will create a new library in your newly chosen location when you next start Aperture. To prevent confusion, make sure you move or delete (so long as there are no required images in it) an unused library file.
    I know that when you import photos, you must put them in a project, however i would like to know where this project is saved.
    Aperture physically stores all images within a folder structure within this library. The library is a package, and can be navigated in Finder by right mouse clicking and choosing "Show Package Contents." When you do this, and you've imported some images, you will see some project files projectname.approject. These again are packages (groupings of file/folders). If you open one of these packages you will see a folder per image (image name)which contains the imported image, some index files and any version files for adjustment versions you may have created. Note the size of the version files are tiny, as only the rules/parameters are saved, not the image data itself ... which remains unaltered and pristine in the image name file).
    Hence non-destructive editing is achieved without significant impact on disk space.
    if i import from memory card to aperature, does it save a master image, and then put it in a project, or what happens?
    They will be imported into the above structure under a project you are pointing at during import with that project's name. The "master" will be copied into this project and 3 - 4 support files (all small), including one that is the template to become the first version you create as you make adjustments. NOTE: Each master, its support files (metadata, index, etc), version files are all stored in one folder per master within the project package. The master is not altered or stored in a proprietary structure and so can be copied out using Finder if necessary ... although Spotlight does not scan packages that I know of.
    Also, when i delete a project, if it deletes just the project and any modifications i have made to the master photos, and what happens to the master photos afterwards.
    If you delete a project, or a master image within a project, the deletion is NOT undo-able within Aperture. However, the deletions do go into Trash under a folder"Aperture" You can drag and drop images out of here and re-import, or drag the project out and re-import.
    Hope this helps.
    G.

  • How to create result file path and name in teststand

    Hi, 
    I would like to create specific path(folder) and file name to result files. For example ..\date\ArticleNr\DateTimeSerialNr.xml.  Thank you very much in adance.
    Kri. 

    Kri,
    You can use Configure >> Report Options, and then select the Report File Pathname tab to configure where your reports will end up, and what the file name will be. If you want to have these be different for each sequence, then add the ReportOptions Callback to each sequence and then modify the settings in the Parameters.ReportOptions container to what you want.
    This link may also be helpful as it talks about what you're are trying to do: Report File Name
    -Jack

Maybe you are looking for

  • Blank report viewer control when adding a parameter to rdlc report

    Hi guys, I am currently generating a rdlc report in Visual Studio 2010 and embedding it into an asp page using a reportviewer control. My dataset is based on entity framework. The report runs fine and returns plenty of data in the format I want. When

  • How to delete all emails in one click

    I did a search but couldn't find anything. Is it possible to "select all" in the email application when you want to delete a bunch of unwanted emails? Instead of having to click edit edit and click each one individually? Thanks so much for your time

  • Datetime in Forms 10g

    I have a 10g form that has a date field that I have changed the datatype to datetime and added a format mask of DD-MON-YYYY because I don't want the user to see the time portion of the date. When I query for a record by entering a date in the field u

  • TreeSet contains and remove not working

    I am using a TreeSet in a class that extends AbstractListModel. It seems that the TreeSet.remove() and TreeSet.contains() is not finding the object. If I run the code below, the element is not found (sometimes). public boolean removeElement(VariableI

  • Installed AcrobatX Pro, but it crashes right after opening a document

    I just installed the trial version (I think) of Acrobat X Pro.  I want to try out the editing features of the Pro version before installing. I am not able to install Acrobat Pro DC because I am on an older mac operating on 10.7.5. So I was successful