The correct way to move files up a level in Finder?

I understand that there isn't a 'cut' feature in Finder (very strange)
So what is the correct procedure to cut/move a file & paste/move it up one folder level? (or up a few levels?)
Power Mac G5 Dual 2.3, 20 Cinema Display   Mac OS X (10.4.3)  

"A times B times C equals X. If X is less than the cost of a recall, we don't do one."
It may not be a 100% awful idea, but there's no Supremely Awesome Implementation in any file system navigator currently, and with something like that [Finder file system object cut], you really need it. Anything less is a potential headache that isn't worth the minor benefit. Perhaps in the future, Apple will come up with something to trump previous attempts.
Deskside support is difficult (anyone who's worked it can attest):
"Why is my file dimmed?"
"Oh, you cut it."
"Where did it go? Is it still there?"
"Well, um, sorta. It's going to be moved to wherever you paste it."
"How do I cancel that? I want it to stay there."
"Just paste it back, or copy or cut another file."
"Did that erase the stuff I had on the clipboard? If I copy or cut another file, is my current file going to be left in place or get deleted? Is there a cancel button anywhere? Why is the sky blue?"

Similar Messages

  • What's the best way to move files from my old G3 to my new Intel DuoCore?

    I just received my new Intel DuoCore 17" iMac. For years I have been using a much-loved G3 500 mHz iMac. The new Intel iMac is still in the box, but I believe it shipped with OS 10.4.4. The G3 runs 10.2.6. I have a dial-up connection to the Internet; currently DSL is not available in my neighborhood. What is the best way to move my files from the G3 to the Intel dc? Can I simply connect them with an Ethernet cable and transfer files directly? Or is my best bet to simply save the files I want to transfer to a disc and do it the old-fashioned way? Please forgive me in advance for my ignorance; although I have been a Mac user and supporter for many years, I am astonishingly ignorant when it comes to the best way to using both Mac hardward and software.
    iMac Intel DuoCore   Mac OS X (10.4.4)  

    There are two issues - 1. Getting the files moved over, and 2. Being able to open them on the Intel iMac.
    1. This can be technically easy if you are willing to spend the time. I moved all my stuff from my old Mac to my new one by hooking the two together with an ethernet cable, directly. You would need both machines to have appropriate IP addresses. (go to the network preferences and pull down the built-in ethernet panel.) Some addresses such as 192.168.1.100 and 192.168.1.101 would work with a subnet mask of 255.255.255.0) Now go to the new iMac and make sure the finder is selected (click on the desktop) and under the "GO" menu select "Connect to Server". You will need to put in the IP address of the old machine, and later it's administrative password. Then select its hard drive from the list (possibly only one choice) and it should appear as an icon on your iMac desktop. You can open this like any other drive and just drag items to the new iMac.
    2. Whether you can use all the files moved over from the old G3 is difficult to answer. You may be using Classic mode sometimes on the G3 and have some stuff created with a Classic application. You are probably aware that the new Intel iMac does not support Classic mode, so some of these files may not be useable without a bit of work (or at all, perhaps.) For instance I had to purchase Appleworks to handle some of my old Clarisworks documents because Pages couldn't understand them. Once I had them converted to Appleworks documents, I could then convert them again to Pages documents.
    I had some old MacDraw Pro documents that were equally problematic.
    I would advise you to get the new iMac out of the box and connected to your dialup internet connection first. Do all the software updates until running software updater says there is nothing new. Then you will be at 10.4.7 with all the latest security and fixes etc. Then disconnect from the internet and use an ethernet cable to get the stuff off the old computer.
    There will be lots more to do such as moving your mail, address box entries etc. later, but this is a start.

  • What's the best way to move files from my 2012 iMac to my 2014 MBP?

    What’s a good way to move files from my 2012 iMac to my MBP?
    I prefer to do graphic work on my 21-inch iMac (2012 version). But when I travel I need to copy files to my 2014 MBP. I learned that my 2012 iMac is too old for use of AirDrop, so I’m copying and moving files with a flash drive. That seems slow and clumsy. Is there a better way?

    Target Disk Mode would provide a direct connection between the two Macs:
    http://support.apple.com/en-us/HT1661
    Nothing simpler than that is available.
    Ciao.

  • 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

  • What is the best way to move files to different folders in a plug-in?

    I am writing a plug-in that needs to move files on the hard drive.  I am using LrFileUtils.move(from, to) and everything is fine except that the catalog is not updated when the file is moved.  After the plug-in runs I can use Library > Synchronize Folder to get the catalog back in sync with the new locations of the photos on the drive, but this manual step is less than ideal. 
    I am unable to find a way to move the files within the plug in that also updates the catalog (like dragging photos to a new location within the LR Navigator pane).  Lacking an API for this, I looked for a way to programmatic execute the Synchronize Folder menu item, but was not able to find this either..
    Can anyone recommend a better way to move photos to different folders within a plug-in that also updates the catalog?

    Hi Andy,
    There are 3 main file formats that you can consider writing your data out to in LabVIEW:
    ASCII
    Binary
    Datalog
    ASCII
    ASCII files are useful because every operating system and almost every application can read/write ASCII format files. Use ASCII files when:
    Other users or applications will need to access the data file.
    You will not need to perform random access file I/O
    File I/O speed is not crucial
    Disk space is not crucial
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write to Text File.vi and Read from Text File.vi
    Binary
    Binary byte stream files are more specific to data storage and retrieval. Use b
    inary files when:
    File I/O will remain in LabVIEW only -- no other applications will be needing to write/read that file. There is no standard formatting for binary files and thus other applications or operating systems may be unable to read the file.
    Files are smaller than ASCII files
    Easier and faster random access to data
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Binary File.vi and Read Binary File.vi
    Datalog
    When to use datalog:
    If you need to record data with a mixture of types, it can be cumbersome to convert everything to ASCII or to keep track of the binary formatting.
    Datalog format is binary and internal to LabVIEW, so again only use this format if no other applications or operating systems will be needing to perform file I/O on the file.
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Datalog File
    Example.vi and Read Datalog File Example.vi
    Good luck!
    Kileen C.
    Applications Engineer
    National Instruments

  • Whats the best way to move files from a hard drive that wont boot?

    I made a bootable USB disk and it appears to work fine. I can still read and open files on the old disk (admin account only) from the new USB drive the old one doesn't boot. I don't have a backup but would like to move files to the USB and then reformat the old drive. 
    Whats the best way to capture the data?
    There are four user accounts on the old drive. Only one on the new drive so far. Do I need to set up four accounts on the new drive in order to copy data from each?

    Time Machine is for making backups and restoring ones it previously created. It doesn't restore data backed up or copied in other ways. In your case, it's better to use a cloning utility or manually drag the files than it is to use Time Machine.
    (124317)

  • The 'Correct way' to move source files

    So chalk me up as another person having issues with relinking files that have been moved in the finder.  I don't understand how this can be such an issue but FCPX just won't relink them.
    Anyway amongst all the threads of others having this issue there is no clear remedy if you have already done it but several people have commented ' you should have used FCPX to move the files.  '
    How do you do this ?  Since thered is no file tree in FCPX how on earth do you use it to move the files ?  The only structural tree there is is for the events and the way I have been working, my events are all saved on one drive but they don't contain the source files, only references to them.  So dargging and dropping the events onto another drive wouldn't be the solution.
    Any help much appreciated.....

    OK, so then I don't know what you're trying to do.
    When I import, I do not have the check box set to move the files to the project folder.  Therefore the files reside on an external drive and in the 'originals' folder, FCPX just puts a reference (an alias ).
    What I want to do, is move the location of those files on the external drive, call it drive A, which is now full, to drve B, a new drive. 
    That's the bit that seems like a really common necessity to me.
    But doing this obviously breaks the references and trying to re-link them it tells me the framerates are wrong.  Which is incorrect, because how could simply dragging a file from one drive to another change the framerate ?
    That can happen. It depednds on how you moved the files and where you moved thme to. If you moved the refrerneced files at the finder level and are trying to relink them you try to do this at the finder level.
    Yes I moved them at the finder level, what other ways are there to do it ?  That's the exact question I'm asking, is there another way I should have done it.
    How do you re-link at finder level ? Is that what you are suggesting ?
    That's correct. That's common in most database driven applications.
    That would be fine, but then why offer you the option to leave the files in their original location when importing ?  That's where this all starts to go south because that's the one loophole to get out of their organizational methods.  If they had forced me from the beginning to conform to their method entirely then I wouldn't be in this mess.  It seems like they haven't condisered the ramifications of that option.

  • What's the best way to move files to new HD in the same PC?

    I just got a new bigger Hard drive and want to move all my iTunes files to it without having to make iTune search for them again. How should I do it?
    Will I have problems with the files I bough from iTunes store?
    Thanks
    IBM   Windows XP  

    1 Quit iTunes.
    2 Move the entire iTunes folder including music to the other drive.
    3 Restart iTunes holding (Shift-Windows, Option-Mac).
    4 Select Choose library. Select the library in the folder you just moved.
    5 Move the old iTunes folder to the trash but do not empty it.
    6 Restart iTunes normally and verify the songs work. If they do, empty the trash.

  • What is the best way to move files to a NAS

    Hello,
    I want to consolidate all my files on a NAS wired to my airport extreem with access by both the imac and the macbook pro. 
    Here's a bit of optional background on my situation:
    My tidy little home network consists of two computers (imac Intel Core Duo and a Mac Book Pro) and airport extreem router.  I also have a maxtor HD wired to the imac via fire wire for time machine backup.   The imac is the primary file storage location and I share the home folder and sub-folders to the mac book pro with RW access to the files.  There is not enough disk space on the imac to store all the files so I have my pictures stored on my macbook pro.
    OK so now I have several questions I'm hoping you can help me with moving all my files to the NAS. 
    Is the NAS the right approach or do I need a server.
    How can I get the Home folder to recognize or essentially sit on the NAS?  The alternative (which I do with my macbook pro) is to point the user to the remote drive my configuring the side bar links to the external drive.  I appreciate your advice here. I also know there are a bunch of details regarding moving my itunes and photo library which is a separate topic.
    How do I handle file permissions with multiple users?  Are there issues with a folder created by one user on the imac, limiting RW access by the macbook pro user?
    Regarding the NAS,  if I get a 2TB (two disk drive) NAS, I assume I can create two partitions (one for each drive) and have one for storage and another for time machine backup.  Any advice here.
    Thank you,

    Remove the hard drive and get one of these USB hard drive adapters. http://tinyurl.com/a5l2htj Then plug the adapter into your iMac to see/retrieve the files.
     Cheers, Tom

  • I have a macbook air late 2010 and keep getting a warning that my hard drive is full and to delete things so I purchased a external hard drive (1TB) but I'm just not sure what the correct way to transfer and store files to the external drive is. First MAC

    I purchased a macbook air about 5 months ago and lately i keep recieving a warning that the hard drive or disk is full and that I will need to move items to trash in order to free up space on it. I purchased a external hard drive 1 TB but I'm very new to mac and ios and unsure as to how I'm suppose to transfer my files (video, pics, music etc.) from my mac over to the external hard drive in the correct way so I won't end up deleting them permenately or screwing anything up with my mac as far as the applications and programs being able to run. Am I supposed to just copy to the external hard drive and then move to and empty the trash? That's pretty much all I could come up with, but then what if i need or want to access that file again at a later time. Also, I have an i Phone and i pad so with i cloud it automatically syncs all my purcheses and if i delete something from itunes on my mac it deletes from my ipad.
    I'd appreciate any kind of input i think im just a little lost here. I have to say i love my Mac and wouldn't trade it for anything (except maybe a macbook pro w/more memory)... Is there something I'm missing???

    To free up hard drive space the best bet is to move data files that you don't need access to all the time. Likely candidates are music, video, and photos. Things like word processing and spreadsheet files can also be moved but they tend not to be very large and so don't free up much space. The problem with moving the above mentioned files is that iTunes and iPhoto need to know where the files are stored.
    Here's an article explaining how to move the iTunes folder. You can move the iPhoto library using the Finder but there is a slight complication. Start iPhoto, open the Preferences and click on the Advanced tab. The first option is "Copy items to the iPhoto Library". If this option is checked, copy the iPhoto library to your external folder (drag it from the Pictures folder to your external drive) and then delete it from your Picture folder. If this option is not checked, it is a bit more complicated and we'll need to talk a bit.

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • I would like to read a text file in which the decimal numbers are using dots instead of commas. Is there a way of converting this in labVIEW, or how can I get the program to enterpret the figures in the correct way?

    The program doest enterpret my figures from the text file in the correct way since the numbers contain dots instead of commas. Is there a way to fix this in labVIEW, or do I have to change the files before reading them in the program? Thanks beforehend!

    You must go in the labview option menu, you can select 'use the local
    separator' in the front side submenu (LV6i).
    If you use the "From Exponential/Fract/Eng" vi, you are able to select this
    opton (with a boolean) without changing the labview parameters.
    (sorry for my english)
    Lange Jerome
    FRANCE
    "Nina" a ecrit dans le message news:
    [email protected]..
    > I would like to read a text file in which the decimal numbers are
    > using dots instead of commas. Is there a way of converting this in
    > labVIEW, or how can I get the program to enterpret the figures in the
    > correct way?
    >
    > The program doest enterpret my figures from the text file in the
    > correct way since the numbers contain dots instea
    d of commas. Is there
    > a way to fix this in labVIEW, or do I have to change the files before
    > reading them in the program? Thanks beforehend!

  • Hello everyone. As a new Mac user, I would really like to know the easiest way to move my music files from my old PC to my MacBook? Do I move only the files, the entire iTunes and how? I have a lot of music so it is not a solution with iPod/iPhone.

    Hello everyone. As a new Mac user, I would really like to know the easiest way to move my music files from my old PC to my MacBook? Do I move only the files, the entire iTunes and how? I have a lot of music so it is not a solution with iPod/iPhone.

    Your best option is to post this in the iTunes forum.
    Ciao.

  • Is there a way to Move files to the iCloud thus freeing up disk space on my Mac? Or does iCloud only sync (replicate) files between my Mac and the cloud?

    Is there a way to Move files to the iCloud thus freeing up disk space on my Mac? Or does iCloud only sync (replicate) files between my Mac and the cloud? I want to free up disk space on my Mac and assumed that the icloud would be a good way to do this, but having 'moved' 70Gb of files to the iCloud drive (I've upgraded to 200Gb storage) my Mac is still nearly full and I've realised that it seems to just Sync files just like dropbox.

    So, the big question is did the Apple guys confirm that this is how the new iCloud drive should be working?  I'm guessing, from your response, that this is indeed the case.  Are they going to fix this anytime soon?  I thought that this was a new function of the iCloud drive in Yosemite.
    I just want an online storage facility to back up my photo & music collections.  I did look at Dropbox as they have a good deal going with their Dropbox Pro, however this is still just a sync service where the Master files reside on your local disk drive - although I have read that there may be a way to work around this.  Still not ideal.

  • The correct way to add a second CSS file

    Running Creator 2U1 on Windows XP
    What is the correct way to add a second CSS file to the project?
    here is a section of the Page1.JSP file:
    <ui:head binding="#{Page1.head1}" id="head1">
    <ui:link binding="#{Page1.link1}" id="link1" media="all" url="/resources/stylesheet.css"/>
    </ui:head>
    simply duplicating the line as such crashes the application:
    <ui:head binding="#{Page1.head1}" id="head1">
    <ui:link binding="#{Page1.link2}" id="link2" media="print" url="/resources/print.css"/>
    </ui:head>
    How to do it??
    Thanks

    The method provided does bring the css file into the current environment
    However, I need to actually have the pages use the information within the stylesheet
    I guess I need to know how to get the css entry into the JSP page
    As noted earlier, simply including the (second not counting the master) css file into project and duplicating the "stylesheet.css entry (changing the link1 to link2) causes the application to fail on the "link2" entry
    can anyone help me here..
    Thanks

Maybe you are looking for