Saving always goes to documents folder

Hello,
I've posted this problem before but haven't received a fix for it yet. Perhaps I'm just explaining it wrong. Simply put every time I go to save a document, instead of going to the last folder used in the program it always goes to the documents folder of the user. Also the last folder does not even show up in the drop down of the save window, only the path to the documents folder. The various programs do remember recent documents opened. But the "open file" always goes to documents, not last folder. This was not always the case, but has been for the last 6months or so and I can't seem to correct it.
I've tested the system by adding a new account and seeing if it happen there also or if it is just the one account. But the same situation exists, so it seems to be universal to this computer.
Based on previous threads this is what I've attempted so far:
Deleted in: (myhome)/Library/Preferences
com.apple.finder.plist
com.apple.sidebarlists.plist
com.apple.launchservices.plist
com.adobe.xxxx.plist
com.macromedia.xxxx.plist
ALSO Deleted : /library/caches/com.applelaunchservices-xxxx.csstore (all)
Then restarted computer. This however has not resolved the problem. I know all the work arounds of "put folder in sidebar" and what not, but that doesn't fix the problem. I want to fix this problem.
thanks
mark

I don't know what else you can do, nor why dialogs aren't working correctly. The Open and Save dialogs in most applications are now handled by Apple's Navigation Services, although developers can add some custom things to this basic arrangement. See this article:
http://developer.apple.com/documentation/Carbon/Conceptual/ProvidingNavigationDi alogs/nsxconcepts/chapter_2_section2.html
Note especially this paragraph:
"...two types of dialogs can appear—a minimal Save dialog and a full Save dialog. The minimal Save dialog, shown in Figure 1-2, is displayed the first time a user saves a document in an application. This dialog provides a text field for the user to enter a filename. Applications can optionally specify a default filename to display. The dialog has a Where pop-up menu that, by default, suggests the Documents folder for the user. The user can open the pop-up menu to choose from locations previously set in the Finder sidebar or a recently-visited location. If none of those locations are acceptable, the user can click the disclosure button to the right of the text field to access the full Save dialog."
AFAIK the user choices made are then saved to the application's plist file. A list of Recent Items is also written to the com.apple.finder.plist and to the com.apple.recentitems.plist. So if you tossed those two plist files and the application's plist file, plus the sidebar plist for good measure you should get back to the default state. You would then open a dialog, expand it to full navigation view, pick new stuff, and these changes would be written to the respective plists. If this is not happening--if the plists are not being written to--I'm afraid I don't know what else you could do.
If you've never created a test user you might do so (in System Prefs/Acconts), log in to the test user and do some opening and saving (remember you will be at the default of the simple window with the Documents as the usual default). After you've done some open and save actions see if the test user now works correctly, with your actions remembered when you go back after a logout/in. If that is the case, then there is something odd going on in your regular account.
Francine
Francine
Schwieder

Similar Messages

  • Saving to Windows Phone Documents Folder

    Greetings,
    I tried to look through the forum but could not find anything on saving to the Windows Phone Documents folder. From what I researched online on the Windows Phone 8 it was not possible to do this as Microsoft had blocked the ability to do this due to security
    reasons. But on the 8.1 release they allowed this area to be accessed by third party apps. Is this correct?
    If so how do I go abouts saving to the documents folder. Basically my app is really simple I just input a couple of words into different text boxes and that should save to a text file. How do I go abouts doing this.
    I tried doing this
    StorageFolder local = KnownFolders.DocumentsLibrary;
    However, when I run it the program stops at this spot:
    #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
                UnhandledException += (sender, e) =>
                    if
    (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
    #endif
    What am I doing wrong. Thank you in advanced!!

    I apologize for that I looked at it quickly on my phone. Ok so I managed to get it to save to a file. The problem is now is I want to be able to append to that same file. Is that possible?
    Here is what I have so far:
    using SDKTemplate;
    using System;
    using System.Collections.Generic;
    using Windows.ApplicationModel.Activation;
    using Windows.Storage;
    using Windows.Storage.Pickers;
    using Windows.Storage.Provider;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Navigation;
    namespace FilePicker
        /// <summary>
        /// Implement IFileSavePickerContinuable interface, in order that Continuation Manager can automatically
        /// trigger the method to process returned file.
        /// </summary>
        public sealed partial class Scenario4 : Page, IFileSavePickerContinuable
            MainPage rootPage = MainPage.Current;
            public Scenario4()
                this.InitializeComponent();
                SaveFileButton.Click += new RoutedEventHandler(SaveFileButton_Click);
            private void SaveFileButton_Click(object sender, RoutedEventArgs e)
                // Clear previous returned file name, if it exists, between iterations of this scenario
                OutputTextBlock.Text = "";
                FileSavePicker savePicker = new FileSavePicker();
                savePicker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary;
                // Dropdown of file types the user can save the file as
                savePicker.FileTypeChoices.Add("Plain Text", new List<string>() { ".csv" });
                // Default file name if the user does not type one in or select a file to replace
                savePicker.SuggestedFileName = "New Document";
                savePicker.PickSaveFileAndContinue();
            /// <summary>
            /// Handle the returned file from file picker
            /// This method is triggered by ContinuationManager based on ActivationKind
            /// </summary>
            /// <param name="args">File save picker continuation activation argment. It cantains the file user selected with file save picker </param>
            public async void ContinueFileSavePicker(FileSavePickerContinuationEventArgs args)
                string complete = "";
                string office = "";
                string revenue = "";
                string nps = "";
                string answer;
                answer = NotesTxt.Text;
                StorageFile file = args.File;
                if (file != null)
                    // Prevent updates to the remote version of the file until we finish making changes and call CompleteUpdatesAsync.
                    CachedFileManager.DeferUpdates(file);
                    // write to file
                    await FileIO.WriteTextAsync(file, answer);
                    // Let Windows know that we're finished changing the file so the other app can update the remote version of the file.
                    // Completing updates may require Windows to ask for user input.
                    FileUpdateStatus status = await CachedFileManager.CompleteUpdatesAsync(file);
                    if (status == FileUpdateStatus.Complete)
                        OutputTextBlock.Text = "File " + file.Name + " was saved.";
                    else
                        OutputTextBlock.Text = "File " + file.Name + " couldn't be saved.";
                else
                    OutputTextBlock.Text = "Operation cancelled.";
            private void SaveFileButton_Click_1(object sender, RoutedEventArgs e)

  • Final Cut Pro Documents Folder

    Hi,
    I have been happily using Final Cut Pro for a while now. However, the one thing that has always ****** me off is that god **** "Final Cut Pro Documents" folder that keeps on saving itself in my "Documents" folder. I do not understand why this is happening, seeing as I have a separate drive that is set as my scratch disk. However FCP insists on planting a folder right in the middle of my "Documents" folder on my main drive. I cannot get rid of this folder either, every time i move it or delete it, it just keeps coming back. The most irritating part is that the folder does not even have any contents.
    I had a similar problem with microsoft saving a similar folder in my "Documents" folder. However, I was able to move that one rather easily.
    So, does anyone know where I can move this folder so that it will stop recreating itself in my "Documents" folder.
    Please help,
    Tyler

    Everything is working properly, and there is another FCP Documents folder on my second drive (Scratch Disk)
    Is your scratch disk set to your primary drive?
    I think the only reason it is creating this folder is b/c my scratch drive is set to my secondary drive and it wants to have the FCPD folder on my primary incase my secondary is not available.
    So i want to know if i can move this folder and keep it moved.

  • Hello and HELP! Over the years I have saved Invoices in my Documents. I have just tried to open them and all I am getting is " cannot be opened, Invoice**** is used by another user, do you want to make a copy?" That's on all my invoices.

    Can someone help please.
    I have just "lost" ( cannot open) all my saved Invoices in the Document folder.  All I am getting is " cannot open, Invoice ** is used bey another user, do you want to make copy? " That doesn't work either. I can't get anything on the time capsule either. How can I reset to an earlier time? Or what can I do?
    Thank you

    Did you recently reinstall the OS then copy all your files back over? Do a Get info on one of the documents and see if your current UserName is listed and has Read & Write permissions. If not select the Documents folder and check that for Read & Write permissions for your UserName. If it doesn't have R & W permissions Add it so it does.

  • Content of my document folder being delete in windows 8,1

    From couple of months all saved data in My Document folder is being delete repeatedly, its like the folder is flushing automatically. Please help me with this. Thank You

    Or do you have any Synchronization Settings? I mean your document folder might sync with another folder (it's content is empty ) automatically in the background.
    And tell us something about this document, is it in a local place or a network place ? Does this issue only happen in Document folder?
    And if this is a redirected folder, then check this policy Move the contents of [FolderName] to the new location  . This setting moves all the data the user has in the local folder to the shared folder on the network.
    You can find more information about fodler redirection in the following link
    http://technet.microsoft.com/en-us/library/cc732275.aspx
    Yolanda Zhu
    TechNet Community Support

  • After saving a file using Excel 2010 in the My Documents folder, it cannot be found using the open button in Excel 2010

    When certain files are saved using Excel 2010 to the My Documents folder, they cannot be found by using the Open button within Excel 2010.  But the file is always found using My Computer and following the path to My Documents.  What is
    even odder is that if I do a "Save As" within Excel and rename the file to the same name but with a "!" at the beginning of the name, it will then show up in the Excel Open window.  There doesn't seem to be a distinct pattern as to
    when the file can or cannot be displayed by the Excel Open button.
    I am using Windows 7 64bit along with Office 2010 64bit.  Windows has current service packs and updates.  There are perhaps 200 - 400 Excel files in the My documents folder. Some of them are .XLS and some are .XLSX.
    William Fearn

    Hi,
    Do you mean that you can't find the Excel file when you click Excel->Open->My Documents folder? 
    Do you use the other folder path to test?
    Dose the issue occur in other Office suits (Word, Power Point)?
    Do you get some error message, like "Windows cannot find 'FilePath\FileName', Make sure you typed the name correctly, and then try again."?
    Please try the following methods:
    Method1:
    1. Go to the registry. Click START, and in the RUN command line type REGEDIT and hit ENTER or click OK.
    2. Navigate to the following key: HKEY_CLASSES_ROOT\Excel.Sheet.8\Shell\Open\Command
    3. Double click on the (Default) instance over to the right. Right now this probably says something like:
    C:\Program Files\Microsoft Office\Office14\EXCEL.EXE /dde
    Change this value to:
    C:\Program Files\Microsoft Office\Office14\EXCEL.EXE /e "%1"
    4. Navigate to the following key: HKEY_CLASSES_ROOT\Excel.Sheet.12\Shell\Open\Command
    Again, double click the (Default) entry to the right and change
    C:\Program Files\Microsoft Office\Office14\EXCEL.EXE /dde
    to
    C:\Program Files\Microsoft Office\Office14\EXCEL.EXE /e "%1"
    Note : Please backup the registry key before you modify.
    Method2:
    Click the File tab, and then click Options.
    Click Advanced, scroll down to the General
    section, and then clear the Ignore other applications that use Dynamic Data Exchange (DDE) check box in the
    General area.
    Thanks
    George Zhao
    Forum Support
     Come back and mark the replies as answers if they help and unmark them if they provide no help.
     If you have any feedback on our support, please click "[email protected]"

  • Office 2013 applications cannot be made to show the "Documents" folder when opening and saving files

    (Windows Server 2012R2 and Windows 8.1 PRO)
    We are redirecting the user's "Documents" folder to the network (using Folder Redirection). The OS hides this fact however, and most applications simply see the "Documents" folder when opening or saving files, including Office 2003.
    Office 2013 however displays the actual path, which in this case is:
    \\sever1\redirect$\username\documents
    Even if you forcibly set the "Default local file location:"  in the Options Save area to the 'Documents' folder in, say, Word, Word immediately converts the local path to the network path.
    Is there anyway to get Office 2013 to follow the virtual path? All of other apps follow it and expose the users only to "Documents".
    Thank you so much.
    Dana

    There's nothing in my FAQ concerning screen savers, so I'm unsure why you decided to take that approach. From your description, it looks like you only tried a few of the suggestions before throwing in the towel. That's fine, it's your call.
    I don't have the problems you described with 10.4.7. Usually when folks have problems after an update, these are caused by either installing an update on an already-corrutped system or they've installed third-party applications or hardware that have been rendered incompatible by the update.
    Before installing software updates, you may wish to consider the advice in my "Installing Software Updates" FAQ. Taking the steps therein before installing an update often helps avert problems and gives you a fallback position in case trouble arises.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • HT2509 I have installed a font from the internet into Font Book and saved it in my Fonts folder under my user library. How can I make it available in Word to type a document?

    I have installed a font from the internet into Font Book and saved it in my Fonts folder under my user library. How can I make it available in Word to type a document?

    Font Management in OS X

  • When ever I right click on the menu item "open containing folder" in the downloads window, it only opens the 'My Documents' folder. It never goes any farther than that. How do I fix this?

    Open 'Tools----downloads'.---Right click on any downloaded file that is available in the list.---click on 'Open Containing Folder'
    Results in opening the My documents folder.
    Not in the folder I have listed in Tools ---Options --- General---downloads---Save files to:

    You can use this extension to modify the menu.
    *Menu Editor: https://addons.mozilla.org/firefox/addon/menu-editor/
    You can also achieve this with code in the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #context-sendimage,
    #context-sendvideo,
    #context-sendaudio { display:none!important; }</nowiki></pre>

  • User cannot access redirected Documents folder, but can connect to share in Windows Explorer and access folder on server

    I am in the final stages of a cross-forest migration.  Users have Windows 7 workstations with redirected folders on a Windows Server 2012 box running in the old forest.  User accounts were not migrated.  The accounts in use have always
    been in the "new" forest.  One of our challenges was the large volume of data in redirected folders.  I made sure users in the target forest had continued to have access to their redirected folders in the old forest and robocopied
    the entire users share, copying the permissions with the files.  By doing incremental robocopies, we can get a final copy done now in about six hours.  The plan was simple: copy the files, do an incremental copy every night, on the night of the cutover
    change the folder redirection policy Documents path from
    \\oldserver\users\%USERNAME% to
    \\newserver\users\%USERNAME%. The policy is configured to NOT copy user files from the existing folder to the new redirected folder.  Everything was going well until I tested the policy change.  After the folder redirection policy is updated
    and applied, the user cannot access the private Documents folder.  For example, user Chester Tester logs on as ctester.  I open Windows Explorer and click the Documents shortcut.  I see one subfolder, which is subfolder of Public Documents. 
    So I can look at Public Documents but when I click on the Documents folder (Under the Documents library link) I get an access denied error.  Now for the kicker, if I open another Windows Explorer window and edit the address bar to
    \\newserver\users\ctester, I can navigate the Documents folder tree and see my thousands of documents. What the ....?
    I'm hoping this is something really simple to fix!
    TIA

    HI Vivian,
    Thank you for your reply.  Yes, the path in Group Policy Folder Redirection Root Path was updated to
    \\NEWSERVER\users.  I had planned to point this to the distributed file system, so the first used was actually
    \\domain\dfs\users.  To simplify things I have backed off to copying to just a normal share
    \\newserver\users. 
    We are using BASIC folder redirection and we create a folder for each user under the root path. 
    We did not want the policy to move content, as we were seeing users requiring 15-20 minute logon times  (or higher) after the policy is changed.
    Grant the User exclusive right to Documents - Disabled
    Move the contents of Documents to the new location - Disabled
    Related folder settings
    Video - Follow Documents
    Music - Follow Documents
    Pictures - Follow Documents
    Now when I change the folder redirection from old server to new server I now have TWO My Documents folders in the user's redirection folder on the server.  The redirected Documents points to an empty folder set.  The copied folders with all user
    data are there, but folder redirection refuses to recognize the original folder.
    I am looking at the full view of the folder, nothing hidden, so I'm wondering how a folder can have two subfolders with the exact same name.  For now, I just want the redirection to move from the old server to the new server properly.  I deleted
    the new My Documents folder, rebooted the user's workstation and tried again.  The behavior repeats itself, i.e., a new My Documents folder is always created when the redirection policy is changed from the old server to the new server.  The environment
    has about 1500 users with approximately 1.3TB of data in the redirected Documents folders.  OUCH!

  • IPad Document Folder

    I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where I do not have a Wi-Fi connections.  I need to be able access files without going to acrobat.com.  Help!!!

    Hi save a new version,
    Please see this document from Apple about saving PDF files to an iPad so that you can open them in iBooks: http://support.apple.com/en-us/HT4227
    Best,
    Sara

  • Creates a dupe document folder

    I swear, the nightmare of dealing with Firefox since its last update continues. I've reset it and now am trying to recover reasonable behavior. When I download something it creates a Document folder within my Document folder! If I go to options for downloads, I browse to the correct one, select it . . . and it still displays Documents/Documents and act accordingly. If I try in that option and manually delete part of the file address, it won't let me. If I delete the extra folder, it recreates it. If I change the option to always ask me, try to download an image, browse to the right folder, and click, it still recreates it. What has happened? Has Firefox somehow changed the Windows Vista address of the Documents folder?

    You seem to be having a ton of issues with Firefox, and I can feel your pain. I think you should just do a clean reinstall
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=troubleshooting&r=3&as=s#w_5-reinstall-firefox here].
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>
    Please report back to see if this helped you!
    Thank you.

  • System property that represents a user's My Documents folder

    Hi! What is the System property that points to a user's My Documents folder on Windows platform? Thanks!

    >
    Define "only".
    I would imagine that there is a highly finite number
    of file configurations on all Win OS 9x onwards and
    System.property("os.name"); would resolve this with
    only a few additional lines of code.
    Actually, that's not true either... In Win 2K and above, the My Documents folder can be located in an almost infinite number of places, that are then mapped to a virtual My Documents folder.
    This can include network locations (in the case where a user's Windows profile is stored on a central server instead of on each workstation), or with phyisical names other than "My Documents". For example, when using Win XP to connect to an Active Directory hosted on a Win 2003 server, the phyiscal location of the My Documents folder is actually named with the user's name - i.e. "John's Documents".
    Even better, the name that is selected is not always the Windows login name - but could also be the alias that the user has created for themselves.
    Anyway, here's the point: If you want your code to work on all Win platforms (today and in the future), you have to get the directory the way the Windows API says you have to get it: using the SHGetSpecialFolderLocation function. If you want to try to hack something together, then it might work in a lot of cases for a little while. But it is going to break at some point. Personally, if I know a piece of code I'm writing is going to cause my app to break in the future, I write it differently so that won't happen - but that's just me.
    There's probably a way to find this info in the registry as well, but there is no guarantee that the location this information is stored in the registry will remain the same - if it changes, then the SHGetSpecialFolderLocation implementation will change.
    - K

  • List view in documents folder is weird

    my Documents folder does NOT show the arrow to the left. All other folders have the familiar arrow. I just upgraded to Yosemite a week ago. Whats going on.

    Found this answer over in another question. Solved my issue.
    https://discussions.apple.com/message/15693400#15693400
    Check the following:
    1. Go to Application folder (or any other folder with similar behavior)
    2. Chose "View" --> "Arrange by" --> "None"

  • I have added the Documents folder to the Dock, however when I save a document it doesn't appear in the Documents folder on the Dock, only the Documents folder in the Finder.  Is this a quirk, so am I doing something wrong?

    I like having my Documents folder on the Dock so I added the Documents folder from the Finder to the Dock.  When I save a document to the Documents folder, the saved document appears in the Documents folder from the Finder and not in the Documents folder on the Dock.  Why is this happening?  And how can I change this?

    newbieAK wrote:
    I opened the Finder, selected Documents, then right clicked and selected Add to Dock.
    Oooh. I never new that was there.

Maybe you are looking for