If I remove a stack from the dock where do the files go?

I have numerous files and folders in the Documents stack. I really don't need to see most of those files. If I remove the Documents stack form the Dock will I lose the files? Where will they be?
Thanks

So, I'm new to Macs, but if I understand correctly, I could click on the Macintosh HD icon, then go to Users and then to my folder, once there I can create a new folder and put my commonly updated files in there. Then I could remove the Documents folder from the Dock and I should have what I want: frequently updated files in a stack on the dock and less frequently used files/folders still in my folder (ie the Home folder) which would be accessible through the Finder.
Right??
Thanks

Similar Messages

  • I mistakenly removed the downloads stack from my dock. How do I get it back?

    I have just installed Mavericks, and by mistake I removed the downloads stack from my dock. I want to get it back but have no idea how.

    Choose Home from the Finder's Go menu and drag it back.
    (111391)

  • I've lost my downloads stack from the dock, can I reinstate it?

    Not long after buying my lovely new Mac desktop, I somehow managed to remove the downloads stack from the dock and I'd like to reinstate it.  I've also noticed I have lots of things in the dock that I never use (the guitar thing GarageBand for instance!) but am loathe to lift this into the trash in case I lose it forever and, who knows, maybe I might want to play with it sometime? (when I'm more confident!) 
    I've just stumbled upon this site and it looks brilliant, so any help would be great.  Also, I don't know what OS I've got - how could I discover that (the computer is almost a year old)?  And is there a tutorial on the Finder, which looks like it must be very useful, but I've no idea what for! 
    Thanks from an Ageing Mac Virgin!

    items in the dock are just aliases. removing them from the dock won't delete the actual application. right-click on an item in the dock and choose options > remove from dock or just drag them off.
    as for your downloads folder, open a finder window and click on the house icon with your name next to it. find the downloads folder and drag it to the right of the divider line in the dock.
    you can find out which OS you're running by clicking on the  icon in the menu bar and selecting about this Mac.
    the finder is for the Mac what windows explorer is for that other OS:
    Mac 101: The Finder
    Mac OS X v10.6: Mac 101 - Finder and the desktop

  • How do I remove an icon from the dock of an iMac 10.9.5.?  Dragging doesn't work although I have tried a number of different places.  I recall right clicking used to give me a remove option.

    How do I remove an icon from the dock of an iMac Maverick, 10.9.5?  I've tried dragging different places: desktop, finder list etc.  No luck.

    Drag up towards the centre of the screen & hold for a second or so. The icon will have the 'smoke cloud' appear, let go & it will be removed.
    There should also be a 'Remove from Dock' option in the popup menu. It is in the 'Options' section . ctrl+click will 'right click' if right clicking is disabled.
    If this is not possible the Dock is locked (this may happen on a 'Managed Mac' normally setup by a company or school etc). See your tech support in this case.

  • How do you remove apps/programmes from the dock on my Mac?

    How do you remove apps/programmes from the dock on my Mac?
    Everytime I download something like pages, key note and twitter it appears on the dock at the bottom of the screen, How do I remove things from this dock?
    Thanks

    Welcome to Apple Support Communities
    To remove an application from the Dock, simply drag it off of the Dock, or right-click the app in the Dock and choose Options > Remove from Dock. Note that opened apps will always show in the Dock

  • How do I remove unwanted updates from the App Store?

    How do I remove unwanted updates from the App Store? So you understand better what I'm referring to:
    I have the App Store icon in the Dock. When there's an update a red number appears on said icon. Well, I went to check on the updates and it's for 4 different applications I either no longer have or use. One of them is an update for Lion OS users. I'm still on Snow Leopard, so it doesn't even apply to me.
    So there they sit... I'm not going to download the updates... so how do I get rid of them?

    Hi Andy ..
    no longer have or use
    If there are updates available for apps you have deleted, try this.
    Go to ~/Library/Caches/com.apple.appstore
    Move the Cache.db and Updates files from the com.apple.appstore folder to the Trash.
    Empty the Trash, restart your Mac.
    For any apps you still have installed but do not use, the updates will still be available from the Updates top of the App Store window and show on the red badge on the App Store icon in the Dock.
    edited by:  cs

  • Remove icône from thé dock

    I have an icon named "Solution Menu" on the dock, it´s the menu for canon printer.
    I want to remove this icon from the dock and i don't succeed.
    Can you help me ?

    Hi,
    I think you are right there is problem of permission but I am not familar with unix command.
    Can you explain what I have to do exactly in Terminal.
    I open Terminal and I have only launched the command :
    defaults write com.apple.dock contents-immutable -bool false
    but without any effect on the dock. I reboot the system and no effect.
    I didn't understand your first sentence about kill/force quit the Docks, what is the sequence
    under terminal.
    Thanks

  • How to remove available downloads from the list

    how to remove available downloads from the list without it resuming when i open itunes or check for available downloads?

    There is not a way to remove them from the list.  Just let them download, and then delete them from your library when they are done.

  • How do you remove a symbol from the stage in Edge animate?

    Hello-
    I'm wondering how to remove a symbol from the stage in Edge Animate so you can jump to another place in the timeline.  In Flash, the symbol was only on the stage for the amount of frames you indicated.  Not sure how it works here.
    For example, I have 2 buttons on my first screen with some text that animates in.  I want the button click to take the user to another section in the timeline or (basically another scene, like in Flash)  that contains different content.  If I change the visibility the buttons are still there and will ( I assume) create problems when other elements are placed on top. 
    Or is the only way with code.  If that is the case what would that code be?
    I would appreciate any help.
    Thank you!

    What I usually do, is, once you have everything set up in the scene you are done with. highlight it all
    right click
    group elements in DIV
    Now all those items act as 1 group and then you give it a properties name, much like a symbol.
    THEN you can refer to that scene name and move it anywhere or hide it and slide in another scene that has the content for that next scene.
    basically you take all the elements that make up 1 scene, gruop it up, name it, and then in the code for the button say something like:
    on click:
    scenename.play(framenumber);
    that will then animate that scene according to any animation you gave it, such as moving to the left, off stage. while moving scene 2 that you create into the stage.
    or just have something like this hide it
    sym.$("scenename").hide();
    sym.$("scene2name").show();
    but if you do that, make sure in your CompositionReady code you hide all scenes EXCEPT the 1st one, so the user doesnt see them all instanatly anyway.

  • How to remove characters/lines from the beginning of an InputStream

    Hi,
    I have a program which receives several InputStreams. From each of these streams I have to remove 2 lines from the beginning. After the lines are removed, all the streams are combined to one with SequenceInputStream and read in one chunk. Is there an easy/simple way of doing this?
    One option I thought would be to read the char by char until 2 end of line chars have been detected and then read the rest of the data to a buffer. And the create a ByteArrayInputStream out of this buffer. Problem with this approach is, that the amount of data can be large, so putting all the data in to memory might cause problems.
    Another option is to use BufferredInputStream and use the readline() method twice to get rid of the lines that are not needed. After this I would write the data to some output stream, which is then converted back to input stream. Propably would work, but sound too much of work for a simple thing like this. There has to be better way.
    To make it simple, what I need is a method that looks like the following, or something similar
    *  Removes n number of lines from the beginning of a InputStream.
    *  @param is InputStream where the lines are removed
    *  @param numberOfLines int value to indicate how many lines whould be removed
    *  @return InputStream where lines have been removed.
    public InputStream removeLines(InputStream is, numberOfLines);Thanks.

    Here's the code, feel free to use it. Comments are also welcome.
    public InputStream removeLinesFromTheBeginning(InputStream is, int numberOfLines) throws IOException
              char c = 'c';
              int i = 0;
              for(int n = 0 ; n < numberOfLines ; n++)
                   do
                        c = (char)is.read();
                        System.out.print(c);
                        if(c == (char)-1)     // end of stream reached before any newline characters were found.
                             return null;
                        i++;
                   while(c != '\n');
                   System.out.println();
                   System.out.println("Characters removed:" + i);
                   System.out.println("n: " + n);
                   i = 0;
              return is;
         }Edited by: dave_spaghetti on Jun 16, 2009 5:42 AM
    Fixed a bug.

  • HT5622 We have two iphones with the same Apple ID. Since I installed iOS this morning I have started receiving all my sons texts and when I send him a text it is delivered to both of us. How can I remove my phone from the joint Apple ID and remove myself

    My son and I both have iphones with the same Apple ID. Since I installed iOS this morning I have started receiving all my sons texts and when I send him a text it is delivered to both of us. How can I remove my phone from the joint Apple ID and remove myself from finding out what he is up to during Freshers week!

    You have to use a different Apple ID for your son.
    Read this note:
    iOS 5 & iCloud Tips: Sharing an Apple ID With Your Family
    still valid for ios 7

  • How do I remove an app from the menubar

    I deleted an app form my lanchpad when it was requesting a password as resident on the menubar and when I try to quit it at the menubar it does not close.  How do I remove this app from the menubar?

    Command-click it and drag it out. If that doesn't work, find and run an uninstaller for that application.
    (86726)

  • How do I remove an app from the update list that is under someone else's apple id?

    How do I remove an app from the update list that is under someone else's apple id? So this way the update always fails because it asks for someone else's password. I don't have the app on my mac, it only appears in the update list. It's just annoying, because the update keeps appearing, and the reminder keeps reminding me that I should install a new update.

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store alert. For example, the App Store may prompt you to update "Angry Birds" or "Twitter," but the hacked app may be something else entirely. Don't make any assumptions about which app you're looking for. To find it, you must carry out a systematic search with Spotlight.
    1. Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    2. In the Finder, press command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu of search criteria, initially showing Kind. From that menu, select
    Other...
    A sheet will drop down. In that sheet, select
    Raw Query
    as the criterion, then click OK or press return.
    Now there will be a text box to the right of the menu of search criteria. That's where you enter the raw search query. Click in that box and paste the text you copied earlier by pressing command-V.
    4. The search window will now show all the App Store products that are installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the apps in the Spotlight search results is not among your purchases in the App Store. Move each such item to the Trash, after quitting it if it's running. You may be prompted for your administrator password. Empty the Trash.
    Quit and relaunch the App Store. Test.
    If you find these instructions confusing, ask for an alternative method.

  • How can i remove favourite people from the top of my iPhone !

    how can i remove favourite people from the top of my iPhone !

    Hey donyh1,
    Thanks for the question. You can hide the recent contacts in the multitasking screen by navigating to your Contacts settings:
    Contacts settings - iPhone
    http://help.apple.com/iphone/8/#/iph96b20610
    Thanks,
    Matt M.

  • I bought my friend's used laptop. She doesn't know how to get her itunes account off the laptop, so I'm not able to do anything. How do I remove her account from the laptop?

    I bought my friends Toshiba laptop. Her itunes account is on there, hooked up to a credit card. She doesn't remember her ID. I think I had it emailed to her by typing in her email address and first and last name. Now that she probably HAS her Apple ID and Password, how do we remove her account from the laptop so I can use MY itunes?

    Delete the ENTIRE iTunes folder from her user directory.
    Frankly, you should be restoring the laptop as new, either using the restore CD provided by Toshiba or by reinstalling Windows with a Windows CD to remove ALL of her personal information.

Maybe you are looking for

  • Infoview: A request was cancelled

    When I go into infoview and click on the actual name of the report, instead of clicking "schedule or history" I am prompted with the parameter dialog box right away.  I notice there are only 2 parameter dialog boxes when there needs to be 7 parameter

  • XFCE workaround: Laptop wallpaper not kept when undocked

    So I've been running into the minor annoyance of XFCE always using the wallpaper from the monitor on the left screen after I unplug my secondary monitor. Not sure if anyone else runs into this. Just to clarify: (pretend the pipe is the border between

  • "Where In" Clause in Apex

    I have a very simple apex application. App has a text box(:usr_name) where user can enter comma separated names. The value/parameter is passed to region sql in the where clause. My Sql look like Select col1, col2, col3,... from views where col1 in (:

  • Can i connect to MSSqlServer2k with out odbc/DNS

    i mean,i want to create a db connection, but i do not want to have a ODBC data source,can i? [sorry for my poor english! :-(] thanks for any help!

  • Complex Query using DPL ?

    how can i do a complex Query using DPL ? i.e. select * from employee where age>25 and managerId=3 and salary>=6000 and salary <= 10000 order by id desc thx in advace!! zhangbin