How do I move Documents folder?

I am trying to free space on my old Macbook Pro.  My friend created a partition where I am moving most of my files to, including my pictures, downloads and Dropbox.
I would like to move my Documents folder too as there is plenty of space remaining in the partition.
Is there a simple way to do this?  A drag and drop simply copies the files but I want to move the default location if possible.
Many thanks

Tim Luck wrote:
I have Word 2008
Will the issue you have both raised affect my computer if I move the Documents Folder?
I don't think so. AFAICT, Office 2008 has no problems with symbolic links under SL. Regarding the MUD folder, if you quit all Office apps and move it to <~/Library/Preferences>, it should stay there. See this hint
<http://hints.macworld.com/article.php?story=20060228051625893>
If this were my machine, I shouldn't try to move a subfolder of Home -- either move it all, or store my documents in a different folder from <~/Documents> (you can put a symlink to this folder in Documents; if you give the link a name beginning with a blank space, it will always be listed first in Open or Save dialogues). But if disk space constraints don't allow you to do this, and you have to move Documents, I don't see any other solution than the one suggested by Matt Clifton.

Similar Messages

  • How to create a document folder using ListData.svc

    Hi All,
    I've recently been put on a project where I need to use the REST services (ListData.svc) to retrieve and add documents to the document library. It all has been smooth sailing until I hit the point where I want to save a document in a path that doesn't exist.
    I get an error if I try to save a file where the folder structure doesn't exist. I then went about it a different way trying to create the folder structure first. This also didn't work and I get an error message saying that the entity type is marked with the
    MediaEntry attribute but no save stream was set for the entity. Not too sure what set for the save stream if I'm just adding a folder.
    So my question is can a file be added to a folder structure that doesn't exist where it automatically creates the folders. If not can the service create folders?
    Some sample code I've been using:
    var folder = new SampleDocumentLibraryItem();
    folder.Name = "Sample";
    folder.Title = "Sample";
    folder.ContentType = "Folder";
    folder.Path = "/sample/folder1/folder2";
    spContext.AddToSampleDocumentLibrary(folder);
    spContext.SaveChanges();
    Thanks in advance,
    Damo

    Hi All,
    Finally managed to figure this one out. For anyone who needs source on how to create a document folder. Some sample source is below...
    var folder = new DocumentLibraryItem();
    folder.Name = "Folder Name";
    folder.Title = "Folder Name";
    folder.ContentType = "Folder";
    folder.Path = path;
    spContext.AddtoDocumentLibrary(folder);
    spContext.SetSaveStream(folder, stream, false, folder.ContentType, folder.Path + folder.Name + "|0x0120009BCC19899CEBC6468FF4EEAC7B8CF4F5"
    spContext.SaveChanges();
    So the important differences in the code above. The content type of the object and stream MUST be set to "Folder". I'm not sure why but you still need to set the save stream to be a valid stream even though you're only adding a folder. So just keep the stream
    open and then pass "true" to close it when you actually save the file. The other important element as noted from the URL's in the previous comments is you need to add a "|" + Content Type ID of a folder. You'll be able to get this ID by visiting the rest service
    for an existing document library and view source to see the actual content type id for a folder.
    Thanks everyone for your help,
    Damo

  • How best to move user folder to a Mac Mini + external drive

    I am streamlining my desktop computer setup. Whereas before I was using a PowerMac G5 as my primary desktop computer, I realize I am using my MacBook Pro more often, so in the interests of conserving space, I will be switching over to a Mac Mini connected to my AV system for hosting all my iTunes music, videos, media, photos, etc.
    Here is where I need advice. My PowerMac has a lot more media on it than can fit on the internal hard drive of a Mac Mini. I have already secured a 1 TB external drive which will be permanently connected to the Mac Mini, but I am unsure as to how to best go about copying my data to it.
    My initial thought was that I could move the iTunes music folder to the external drive using the library consolidation feature, and I could copy my iPhoto library to it, then point the respective applications to the new location. However, I want the external to act as my home folder where the OS looks for all my personal data, including movies, documents, etc.
    I know there is a procedure for changing your home folder's location to an external drive, but because of the limited size of the Mac Mini's internal HD, I would like to use migration assistant when I first start using the Mac Mini. Should I hold off on moving the home folder until after I have migrated, or can it be done beforehand?
    Anyone have any thoughts or ideas? Thanks!

    Thanks for the procedure. It seems very easy, but I am wondering about the consequences depending on when I do it. For example, let's say I first copy my entire home folder to the 1 TB external drive, set up the PowerMac to use it as my home folder, then use migration assistant to import my user accounts, applications, and settings onto the Mac Mini. Will it try to extract the data from the external drive onto the Mac Mini's internal drive? There won't be enough room for everything.
    As an alternative, I can move my iTunes library and iPhoto library onto the 1 TB external first, keeping the rest of my user data in its original location. Then it can fit on the Mac Mini, and I can do the migration, then move the home folder to the 1TB external once it's all up and running on the new computer.
    Which will work best?
    I had heard about people using a single drive as their home folder across multiple computers, but that is not the case for me. My MacBook Pro will become my primary computer, but I intend to keep it clear of media, whereas the MacMini will become my media server for my AV system in my living room. The 1 TB will be constantly connected to the Mac Mini, so there shouldnt be a problem with starting it up once the user folder location has been moved.

  • How do I move a folder in Grid view?

    I'm in the early stages of working in LR.
    Somehow, I have wound up with a folder of images appearing as a subfolder to the previous one in the list. It is not a subfolder on the drive of original images.
    How do I move this indented folder out?
    Thanks,
    Peter

    > Somehow, I have wound up with a folder of images appearing as a subfolder to the previous one in the list. It is not a subfolder on the drive of original images.
    It had better be, or it better show up in red.

  • Move Documents folder to an other partition or drive.

    Hello,
    I want to move some user folders, like Documents, images, music, video and downloads folders, to an other partition or drive. I am using Mac OS X 10.5.2. I would like to move only those folders and not all the Home user folder.
    I would appreciate a lot all the help you could give me. Thank you for your time,
    Marcelo.

    If you move all those folders there won't be much left in your home folder so it might be easier to move the entire home directory. But if you insist you can do this by creating symbolic links.
    here are the steps for moving the Documents folder. the rest are handled similarly. (I would advise you to first try them on a test user account).
    1. Run the following commands in terminal
    *cp -Rp ~/Documents /Volumes/"diskname"*
    Put the name of the disk you are moving it to instead of diskname in the above
    2. make sure that everything copied correctly and run
    *chmod -R -N ~/Documents*
    3. next, delete the original documents folder:
    *rm -rf ~/Documents*
    4. And finally, create a symbolic link.
    *ln -s /Volumes/"diskname"/Documents ~/Documents*
    again, put the name of the disk you moved Documents to in the above.
    I believe, that covers it.
    Message was edited by: V.K.
    P.S. i believe you'll loose the special system icons on the Documents folder when you do this so you might want to copy that icon and paste it onto the folder /Volumes/"diskname"/Documents before deleting the original Documents folder.

  • How can I move documents from my iPad to the cloud?

    I am trying to move documents into the cloud from my iPad. Every time I select the upload icon, only my photos show up. How do I find my documents?

    squirrels,
    To save a single PDF document on iPad to Acrobat.com (i.e. one document at a time)
    Open a PDF document in Adobe Reader for iOS.
    Tap anywhere in the document to display the toolbar.
    Tap this icon in the toolbar.
    Select "Save to Acrobat.com".
    If prompted, sign in with your Adobe ID.
    If you want to transfer a lot of PDF documents on your iPad to any cloud storage service, you can transfer them to your Windows/Mac desktop computer using iTunes first.
    How to transfer PDF documents from your iPad/iPhone to your computer
    and upload them to the cloud storage service of your choice via a web browser.
    Does it answer your question?
    Please let us know if you still have a problem with uploading files.

  • How to set my Document folder to be shared on MM?

    So I got this terrible way to share my folders on MobileMe, it is to create a whole new folder on iDisk and then create an alias on my home folder to it, its irritating and not practical since all new and updated documents and files has to be dropped manually to the folder.
    I want my original Document folder (that is on the home folder) to be shared and auto sync itself to the MobileMe iDisk without any interference with me.
    How to make this possible?

    It sounds like you're interested in the "Back to My Mac" feature of MobileMe.
    Tutorials, setup instructions, and troubleshooting guides can be found here:
    http://www.apple.com/support/mobileme/
    To be able to access your real documents folder (not just a sync'd copy of it -- your iDisk wont be used at all) via MobileMe, you need to enable two things on your Mac:
    1) In "System Preferences" -> "MobileMe" -> "Back to My Mac", make sure BTMM is "On" (click the "Start" button if it doesn't indicate that it is already running.)
    2) In "System Preferences" -> "Sharing" make sure "File Sharing" is enabled. (you can just click the "Open Sharing..." button from the Back to My Mac panel as a shortcut to get there.
    You also need to have a router which properly supports NAT-PMP or UPnP. I cannot emphasize the word "properly" enough. There are a lot of junk routers in the world that claim to support UPnP but do not. I've helped many people with this problem and when I debug the router by running utilities designed to test whether UPnP really works, the router fails the test. The vendor partially implemented UPnP has "just enough" for some limited functionality, but it's not enough for the needs of Back to My Mac. If you have this problem, it's not the Mac, it's the router.
    On your remote Mac you need to log into MobileMe with the same account you used on your home Mac and also make sure Back to My Mac is enabled. File Sharing only needs to be enabled on the Mac which has the filesystems you want to share out to other computers. You don't, for example, need to enable it on your remote Mac.
    LASTLY... if the home computer is allowed to go to sleep, then this might be a problem. If your computer is configured to sleep, go into "System Preferences" -> "Energy Saver" and verify that "Wake for network access" is enabled.
    Apple's own Airport Extreme base station routers and Time Capsules are "Back to My Mac" aware. If you are attempting to access a Mac which is sleeping, the router itself will send the special "wake up" packet to your Mac (it's a special packet... not just any network traffic will cause it to wake.)
    Most Macs made in the last several years will respond to a "Wake for network access" across wired ethernet. But only Macs made much more recently (within about the last year) support "wake for network access" across a wireless network.
    If you do not have an a rather recent version of the Apple Airport Extreme router or Time Capsule then wake on LAN will probably not work and you'll need to make sure your Mac isn't allowed to sleep.
    If you do have a recent model Airport base station and you use a physical network cable to connect the Mac to the router then it probably will respond to wake on LAN.
    If you are using wireless networking to communicate between your home Mac and an Airport base station then you can verify if wireless will work. Run "System Profiler" (it's in the Utilities folder). In the left column click to highlight "Airport" (it's about halfway down just below "Network") In the panel on the right, near the bottom, check to see if you see "Wake on Wireless: Supported". If so, you're good to work on wireless.
    Once everything is setup, your remote Mac will display your home computer in the left margin of the Finder window just as if you were home.
    This website has a support category specific to Back to My Mac should you have any issues with it. You'll find it under the "Digitil Life" section you'll find "MobileMe" -> "MobileMe Back to My Mac".

  • How can I move a folder to another catalog using LR 3

    I have imported a large amount of folder into cat#1, but now i have decided to create cat#2. I have tried to move the "folders" and not "catalog" using the following workflow:
    1- Opening cat #1, make selection of folder to be moved
    2- Go to file and select "Export as a cat".
    3- Opened cat #2, go to File and select "Import catalog"
    4- Importing window shows the entire list of folders I had imported previously (lots of them). They all are checked. I can see the path, but only see the location of the folders, but I can't read the name of the files. I am able to see the total number on each folder
    5- I have not even considering "synchronizing" the folder
    Oh another thing, when I go to cat#1 and locate the folder I "exported as a catalog". The folder still shows on cat#1, but I don't see it on cat#2. I guess because I didn't complete the task.
    I find it very tedious process trying to locate the file. And this is where I'm stuck
    I have searched so many ways to find a workflow that would make sense, but I tend to get nothing but responses about how to move a "catalog". I have been thinking doing the following:
    1- Remove the folder from cat#1
    2- Open cat#2 and import the same folder, but this again seems to redundant, boring and a lot of clicking. Any suggestions.

    Hm... Well, for everyone else the reply link is still on the website, and works fine soo....
    Tell me about it. I went to catalog #2 and I didn't see the exported
    catalog. Then I went back to catalog #1 and I still can see the entire
    folder that I had selected to Export. I double checked it the process and it
    seemed ok, but apparently there's something missing to complete the export
    You seem under the impression that exporting as a catalog removes the images from the first catalog.  This is not true.  As I said earlier, it makes a copy for you.  So of course, when you go back into catalog1, all of your images/collections/etc, are still there.  As they should be.
    So, you say you didn't see anything in your exported catalog?  Are  you sure you are opening the same catalog you just exported, or  have you opened a new blank one that you created, accidentally or not?  That would be my guess.
    I think you should start over, and very carefully take it one step at a time.
    Dj has suggested not using include negatives, and I can see where that might be useful.  However, if you do that, you will end up having images from two different catalogs in the same folder.  This will cause problems if you ever use the "sync folder" option, as it will attempt to load all images in that folder into your current catalog. Which means you could easilly end up with all your images in both catalogs.  Messy.   So to avoid this, use a new place instead.  You can also avoid having to do the "import to catalog" step by exporting the negatives at the same time.  Don't worry about exporting previews, though.
    First, find a new place (external disk, whatever) to create a new catalog in.  Do _not_ create the new catalog your self!  Make sure you are sending everything to a new place!
    Now, go into catalog1, and select all of the images you want to export.  They have to be selected, or nothing happens, and you'll just get a blank catalog.
    Now, export as catalog those images into the new location, and make sure you are copying the negatives too!  Double check before you hit go!
    Now, using LR, open that new catalog; you can either double click on the new one, or browse to open it.  Either way.  Verify that your images are in the new place and everything looks good.  You can see in the Folders tab on the left panel to make sure the images are in the right place in the new folder.
    At this point, you should have 2 and a half catalogs;  your new catalog with only the images you exported, and the old catalog, with all of your images.
    Now, you have a couple of choices.  But before you do either of them, make sure you backup your system, including all of the images in the original catalog.  If you've messed up making the new catalog (you should be able to tell!) then you want to make sure your original catalog can be restored.
    Open your original catalog again, and now remove all of the images you exported.  You will need to use the "remove from disk" option, as they will stay in the folders if you don't.  This would cause the above problem with "sync folder", and of course, use double the disk space.
    You can obviuosly see why I said to back everything up first;  if you messed up the export by not including the negatives, you could easilly delete your originals, and not have them _anywhere_, in which case  you would have to restore from back up and try again.
    You now have two separate catalogs.
    Remember, backup everything first, and good  luck!
    Cheers!

  • How do I move a folder from one user to another

    I copied folders and files from a PC to my new Mac Pro (running Yosemite).  I am now trying to figure out how to move some some of the folders transferred in from my old PC from one user to another on the Mac.  I am a first time user of a Mac desktop so thanks of any help!

    Choose Go to Folder from the Finder's Go menu, provide /Users/Shared/ as the path, drag them there, and then into the desired account's home folder.
    (119245)

  • How do I move documents OUT of iCloud Drive and back to my mac?

    Since I "upgraded" to iCloud drive, everything is all messed up. I can't view documents in Pages on my iPad; Apple startp[age won't even play movie trailers because it's telling me I don't have Quicktime (which is now in iCloud also), and I feel like I have no control over anything on my mac anymore. I would just like to turn off icloud drive but that will result in ERASING all of my documents that are in the cloud. This is SO STUPID. I want to move every thing back to my mac, and if I want cloud storage I will just use Google drive since it's easier and more seamless.
    Any ideas/tips?
    Thanks.

    Since you mentioned that you delete photos from the camera roll as well as the photo stream, there is no way you can get access to your photos again. Photo stream is nothing but "the cloud". Since you deleted the photos off the cloud, you cannot retrieve them.
    As to how photo stream works and how the cloud works, here is a link:
    My Photo Stream FAQ - Apple Support

  • How can I move email foldes to a disk?

    I have some old emails in an email folder that I need to save. I would like to transfer them to a disk. How do I do this? Or, can I?

    Holding CRL while you click enables multiple selection.
    Holding shift after a first click allows block selection.
    Ctrl+A selected everything from the selection point in the list to the end.

  • How Do I Move A Folder On My Mac So It's Only In My Files?

    So I made a folder on my iMac, and I want the folder to be off of the desktop screen. I still want to be able to access it by going to the Finder and clicking it, but I just want it off of my desktop screen. Can anyone help me?

    Then move it off the desktop to the ROOT of your User folder.
    Open Finder and click on your Username. in there you will see a folder called Desktop, click on that folder (That is what is displayed on your desktop) find that folder and Drag it to your Username folder.
    Then once it is moved to the ROOT of your Username folder you can then Drag it to the sidebar Favorites area to create an Alias to it in the sidebar.

  • Can't see Documents folder in Finder, but can see it in Terminal

    I have a MacBook Pro, OS 10.6.5. My Documents folder does NOT appear in a Finder window, but I can see it using the ls command in Terminal. Documents is not an invisible file in the UNIX sense; its name is NOT ".Documents" Below is a copy of the line for my Documents folder from Terminal via ls:
    drwxrwxr-x@ 17 mbbrown mbbrown 578 Jan 5 17:08 Documents
    So why does Documents not appear in the Finder window? I have a short cut to it in my "Places" but the icon for Documents in the Places column is not the usual Documents folder icon; it looks like two pieces of paper on top of each other.
    Anyone have any suggestions on how to get the Documents folder to appear in Finder windows?
    thanks

    What does this command say:
    ls -ldaeO@ Documents
    If it has 'hidden' attached to it, then look at the "man chflags" command.
    chflags nohidden Documents

  • How do you save a folder of videos on your desktop to your external hard drive?

    I'm trying to save my videos in imovie before deleting imovie, so i can then download the new imovie from the app store.
    I've moved the videos i want to save to a folder on my desktop. How do i move this folder onto my external hard drive?????

    I rarely use iMovie so I'm no expert, but the default location for movies you have created in iMovie is Home>Movies>iMovie Libary.
    Are the videos you copied earlier movies that you've created out of videos you have shot, are they just stand alone video clips that you intend to create movies from?
    I store my 'un-iMovie'd' videos in the Movies folder and then import them into iMovie to create a movie. This movie file then gets stored in the iMovie Library Folder.
    When launching iMovie the default would be for it to automatically select the iMovie Library in the Movies folder. Any projects that you've created previously would normally be located there.
    You can see what library it is using by holding down the Alt (Option) key as you launch iMovie. You can also use this method to select another library.
    Hope this answers your question as it's about the extent of my knowledge on iMovie

  • Move music folder to original

    how do i move music folder to original location-win 7? I am unable to play most songs because the original cannot be located.

    Back up all data before proceeding.
    Select the text on the line below by dragging across it. Don't include the blank space at the end of the line. Only the text should be highlighted.
    touch -t 198001010000
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V, then press the space bar.
    Now switch to the Finder and and select the item(s) in question. Drag into the Terminal window. More text will be added to what you entered.
    Click in the Terminal window to activate it, then press return.
    Wait for a new line ending in a dollar sign ($) to appear. You can then quit Terminal.
    Relaunch the Finder.

Maybe you are looking for

  • I lose my internet connection after 5+ minutes-must restart to get it back

    In the past day or two when I use the internet with my MacBook Pro-13" running Snow Leopard 10.6.4 I suddenly realize after 5-25 minutes that I am no longer connected to the internet. (I have 2 Internet Service Providers in my home-office setup) This

  • Summarizing Percent Calculation in Answers

    Hi, I have been working on a report. The format of report is like this Division (Attribute) | M1(Measure1) | M2 (Measure2) | (M1/M2) * 100 I am getting the correct resuts in all the rows except "Summary Row" or "Grand Total Row" in pivot table. I am

  • Windows Mail File on Different Drive

    Hello Is there a way to have windows 8.1 mail file on a different drive? Thanks

  • ABOUT SOFTWERE UPDATE

    IAM USING IPHONE4 AND NOW IAM UPDATE IT TO IOS 7.1.2 AND NOW THE ACTIVATION IS FAILED IT SAYS THE INSERT CARRIER SUPPORTED SIM SIM

  • Apps downloads

    Hello my Ipad needs some applications like adobe and flash does anyone know how to get them or do I have to buy them??