folder uable to open documents

When I was remove unwanted files unfortunately I deleted the documents folder in option load keys now imade a document to download and I have been uable to read files loaded down is there any software problem due to corrupt files

Hello

I suggest you to change the file for adobe to open pdf files and check if the problem persists. Follow the steps in the link:
http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default

Tags: Windows

Similar Questions

  • What will be the form of the file (file://) Protocol in firefox? Using file://servername/foldername, I am uable to open a folder. But she supported in other browsers. Need a quick solution to this issue.

    What will be the form of the file (file://) Protocol in firefox? Using file://servername/foldername, I am uable to open a folder. But it

    supported in other browsers. Need a quick solution to this issue.
    I used following code snippets:
    < a href = "file://PC2/c$" > open the file < /a >
    It is used to open C: /. But it does not work in other browsers except Mozilla.

    Need a solution as soon as possible...

    See also:

  • Cannot open documents in the documents folder error microphone

    Items scanned the on30/01/12 printer in the documents folder, but cannot open the folder to change the content or do anything else he

    Hello

    Can I know what error message when you try to open documents in the documents folder of.

    You are able to open files (not folders) via the double left click?
    Please check if you can try to run any application or executable files (.) Exe files) and check if you get a nice option.

    Please post back with the information.

    Kind regards.

  • "When I try to open documents - error: you currently have not allowed to access this folder."

    Original title: authorization to drive hard change

    The power supply or transformer died on a computer with XP.  Removed the hard to confirm, is not the problem and installed in an external case running from my W7 desktop.   When I try to open documents and configuration file are getting the message "you not currently have permission to access this folder."  If I still have that message, I get another access denied message that directs me to the Security tab where I have the choice to change the owner to the W7 PC administrator.  My question is, if I connect the enclosure to another computer I would then be able to modify the security settings so that I can access files on this computer also.

    My question is, if I connect the enclosure to another computer I would then be able to modify the security settings so that I can access files on this computer also.

    Yes, as long as you give full access to "everyone".

  • open documents (or files) in the subfolders of the folder of my target

    Hi guys,.

    I'm new to javascript and I need help to open documents in subfolders of the folder of my target. There are several subfolders (subfolder 1 to 10 for example) contained in a folder ("Folder" in the script below). I want to open all the documents in a subfolder at a time and do something for these documents. Then close and open documents in a different subfolder (loop).

    I find a way to open documents that are directly under a folder. The problem is that I don't know how to open a document in the subfolder of a folder

    I need code that could do something like "getfolders" (but there is no such thing as 'getfolders') to the subfolder of 1 to 10 the number and loop through them to open documents.

    Could some please help me with the problem?

    This is where I am so far:

    #target photoshop

    Var folder = Folder.selectDialog ("select folder");

    If {(Folder)

    Uses of the var = theFolder.getFiles (/ \.) (jpg) | TIF | EPS | (psd) / $i);

    for (var m = 0; m < theFiles.length; m ++)

    {

    Open all documents in the folder

    var idOpn = charIDToTypeID ('Opn');

    var desc52 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    desc52.putPath (idnull, theFiles [m]);

    var ADI is charIDToTypeID ("As");.

    var idTIFF = charIDToTypeID ("TIFF");

    desc52.putClass (Adis, idTIFF);

    executeAction (idOpn, desc52, DialogModes.NO);

    ... do something for documents

    ... Save and close

    }

    }

    I finally get the correct script by combining small pieces from here and elsewhere

    After selecting the top folder, this script will go through each subfolder, one to a tim.e to open two files tif - that contain respectively the cy5 and texas. Then the script will superimpose the cy5 texas file file in a new RBG file and save it with a similar name that the file of texas except the overlay file will replace Texasred with overlay:

    #target photoshop

    app.bringToFront ();

    main(); call the main function

    main() {} function

    records of var = [];

    var topLevel = Folder.selectDialog("");  Select the superior folder

    if(topLevel == null) return; If you cancel to quit smoking

    records = FindAllFolders (topLevel, records);  call the FindAllFolders function

    Folders.unshift (topLevel);  Add new items at the beginning of an array

    for (var z = 0; z)< folders.length;="" z++){//="" loop="" through="" all="">

    List of files of the var = folders [z] .getFiles ("*.tif"); a list of all the hair in this subfolder

    for (var a = 0;< filelist.length;="" a+="">

    {//loop through all the files in the folder; 2 at a time

    If (fileList[a].name.match(/cy5/i)) {/ / the file must contain cy5}

    DocRef var = app.open (fileList [a])}; Open file

    If (fileList[a+1].name.match(/texas/i)) {/ / the file must contain Texas}

    var docref1 = app.open (fileList [a + 1]);} Open file

    * insert ' final script any overlay ", recorded by scriptistener

    Marker - Sep 17, 2016, 18:21:49

    // start=======================================================

    create a new custom RGB

    var idMk = charIDToTypeID ("Mk");

    var desc136 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var desc137 = new ActionDescriptor();

    TSM var = charIDToTypeID ("Md");

    var idRGBM = charIDToTypeID ("RGBM");

    desc137.putClass (TSM, idRGBM);

    var idWdth = charIDToTypeID ("Wdth");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idWdth, idRlt, 665.760000);

    var idHght = charIDToTypeID ("Hght");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idHght, idRlt, 498.720000);

    var idRslt = charIDToTypeID ("Rslt");

    var idRsl = charIDToTypeID ("#Rsl");

    desc137.putUnitDouble (idRslt, idRsl, 150.000000);

    var idpixelScaleFactor = stringIDToTypeID ("pixelScaleFactor");

    desc137.putDouble (idpixelScaleFactor, 1.000000);

    idFl var = charIDToTypeID ("Fl");

    idFl var = charIDToTypeID ("Fl");

    var idBckC = charIDToTypeID ("BckC");

    desc137.putEnumerated (idFl, idFl, idBckC);

    var idDpth = charIDToTypeID ("Dpth");

    desc137.putInteger (idDpth, 16);

    var idprofile = stringIDToTypeID ('profile');

    desc137.putString (idprofile, "sRGB IEC61966 - 2.1");

    var idDcmn = charIDToTypeID ("Dcmn");

    desc136.putObject (idNw, idDcmn, desc137);

    executeAction (idMk, desc136, DialogModes.NO);

    end of the new creation of file marker - Sep 17, 2016, 18:22:19

    // start=======================================================

    perform the action for recovery

    var idPly = charIDToTypeID ('folds');

    var desc138 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref90 = new ActionReference();

    var idActn = charIDToTypeID ('Actn');

    ref90.putName (idActn, "Overlay");

    var idASet = charIDToTypeID ("ASet");

    ref90.putName (idASet, "Default Actions");

    desc138.putReference (idnull, ref90);

    executeAction (idPly, desc138, DialogModes.NO);

    end overlay action marker - Sep 17, 2016, 18:24:08

    // start=======================================================

    Save the overlay file

    var idsave is charIDToTypeID ('save');.

    var desc139 = new ActionDescriptor();

    var ADI is charIDToTypeID ("As");.

    var desc140 = new ActionDescriptor();

    var idBytO = charIDToTypeID ("selonPour");

    var idPltf = charIDToTypeID ("Pltf");

    var idMcnt = charIDToTypeID ("Mcnt");

    desc140.putEnumerated (idBytO, idPltf, idMcnt);

    var idTIFF = charIDToTypeID ("TIFF");

    desc139.putObject (Adis, idTIFF, desc140);

    Marie Salomé var is charIDToTypeID ('In');.

    var name = list of files [a + 1].name.replace ("Texasred", "Overlay"); Rename the new file to overlay RGB

    desc139.putPath (Marie-Salomé, new file (files [z] + ' / ' + name));

    var idLwCs = charIDToTypeID ("LGD");

    desc139.putBoolean (idLwCs, true);

    executeAction (idsave, desc139, DialogModes.NO);

    end of file save marker - Sep 17, 2016, 18:26:43

    // start =======================================================

    Close all files

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    end of file closing marker - Sep 17, 2016, 18:27:43

    * end of the insertion of the script of any final overlay

    } //end filelist loop

    } //end loop of subfolders

    } //end main function

    function FindAllFolders (srcFolderStr, destArray) {}

    var fileFolderArray =. getFiles() folder (srcFolderStr);

    for (var i = 0; i)< filefolderarray.length;="" i++="" )="">

    var fileFoldObj = fileFolderArray [i];

    If (fileFoldObj instanceof File) {}

    } else {}

    destArray.push (Folder (fileFoldObj));  Add new items at the end of a table

    FindAllFolders (fileFoldObj.toString (), destArray);

    }

    }

    Return destArray;

    }

  • Cannot open 'Documents' because the original item cannot be found.

    By clicking on the sidebar in the finder, received the error of the object:

    Cannot open 'Documents' because the original item cannot be found.

    I spend a lot of stuff around recently because of a SIN that went down.  A lot of backups, transfers etc.

    Just as moving things to normal.

    Have all my backup files.

    If I go to users / #username "/ Documents I get the following:"

    Cannot open the 'Documents' folder because you don't have permission to view its contents.

    cmd - I do not show Panel permissions at all, just said I have unknown access.

    Finally, the fold icon has a small blue arrow in a white circle in the lower right corner.

    I am the only user and admin.

    Do you use a data service on the clouds that fits in the Finder, like "Dropbox" or "Google Reader?"

  • InDesign CC2014 Freeze when opening documents

    This question is makes us crazy :-(    For the last month, CC InDesign keeps freezing and/or crashing when you try to open documents .indd.  We have written Adobe on the issue, but receive no response.

    The problem is intermittent - sometimes it opens just fine, other times it is hesitant / slow down,- but half of the time the application freeze just up and we need to force quit.

    When restart us InDesign after forcing the application to quit, the app opens all documents, including those causing the freezing.

    We´re Yosemite 10.10.3 on retina 5 K iMac with 32 GB of RAM running.

    Greetings,

    MB

    Thanks for the reply!

    Hmmmm... Well, the path does not lead to the Holly Grail as it appears here. I'm looking in the folder hidden in the library, in preferences, but I don't know which file to delete... have now removed a file of preferences for v10.

    I´ll report back, as soon as I don't know if the problem is resolved. Fingers crossed!

    Bibow

  • My MacBook Pro will not open documents via Adobe Reader. Says I need Aspen Aspen drive in Browzer and accept the terms and insularity first. A crossed this time 3 and got through 'Finish', closed the browser and then retried. No luck. What is going on?? H

    My MacBook Pro will not open documents via Adobe Reader. Says I need Aspen Aspen drive in Browzer and accept the terms and insularity first. A crossed this time 3 and got through 'Finish', closed the browser and then retried. No luck. What is going on?? Have no problem with the same documents on iPhone and iPad

    After finishing the installation you launch Adobe Reader in your folder/applications and accept EULA (End User License Agreement)?

    What is your version of Adobe Reader?

    What browser are using you and version of the browser?

    Thank you.

  • Is it possible to import image files directly into an open document?

    Is it possible to import a series of image files, say jpegs, directly in an open document, rather than having to open all image files with drag-and - move each individual in the open document? Specifically, I'm a dentist and I often get sent to me by other offices digital x-ray images. But they come as 16 or 18 separate image files and I need to put them in a virtual "chest x-ray: mount", so I can see them all at once, rather than having to open all images and alternate between them. So I opened a blank document in PS (CS4), then I navigate to the folder that contains all the image files that I received, select all and open them all. In PS, I can now click on each tab of the image and drag the image into the void "montage" and close the image. This new image would then become its own layer in the document 'mount '. But I must repeat this 18 times for each patient. I thought that if there was a way to open the new document "mount" and then select all of the image files and 'import' somehow all image directly in the document - essentially "automate" - which would save me time and aggravation cargo! Anyone out there have any suggestions? Thank you very much!! Dr G.

    Yes, but after you have all your images as layers in a new document, that you can simply select all the layers of-> and then drag them to your document in one fell swoop.

  • Thunderbird seems to be corrupted, with a wide range of problems (e-mail folder does not open it, names of the attachments not displayed,...) CAUSE: McAfee Antivirus

    Problems include:

    • By clicking on an e-mail folder does not open it - open in new tab works
    • Names of the attachments are not displayed. Clinkg on the trombone does not open them. "Open all the ' works
    • Sometimes, if I click on an email in the message (?), disappeafrs message pane, and then as I move the cursor to the bottom of the list, they all disappear

    I have restored my pc (Win 8), performed drive controls, run Malwarebytes and virus checks and found nothing.
    I've uninstalled and reinstalled TB several times without success.

    Stuck!

    • First of all I would like to get rid of McAffe. ALTOGETHER. Personally I don't like, but mostly because that its been the center of TB problems.
    • Then download and use MozBackup to save your settings.
    • Copy %appdata%\thunderbird\profiles somewhere for additional security.
    • Remove the data (% appdata%\thunderbird) and tuberculosis
    • Mozbackup allows you to import your settings.
  • I'm unable to open documents on my mac iCloud drive

    I'm having a problem where I am unable to open documents stored in iCloud drive on my MacBook Pro.  I already could solve this problem of disconnection and return in my iCloud desktop account.  This step doesn't work anymore.  When I try to open any file stored in iCloud, I get a message saying "the file _ could not be opened."

    Example: I opened the Pages.  When I try to open a file through this program, it will not be open.  If I try to open the file in the Finder, the same result happens.  This applies to the files of numbers and .pdf files.

    Hi mattfrompdc,

    Thank you for using communities Support from Apple!

    Looks like you are having some problems at the opening of documents stored in iCloud drive. If you do not already done, please go to iCloud.com and connect see if you are able to open the files there. If you are able to open the documents there, the next step would be to start the MacBook Pro in Mode safe and see if you can open documents from your iCloud drive it. A time tested, and then restart the MacBook Pro and try to access the iCloud drive as you normally would.

    See you soon!

  • I can't open documents sent to my email address

    I have Adobe reader and can open documents with the exception of any document sent to my email address at
    att.NET my email provider has tried repeatedly to find problems with the email account ect.
    with no will. My search engine is Mozilla firefox

    If you are in the AT & T Yahoo! platform?

    If so, you can run on a question that has plagued other Yahoo mail users, who has not been able to download attachments. This is especially a problem if you use an old favorite to access your e-mail, because Yahoo is not always correctly redirect on the currently preferred server.

    To find the best current address, try to access your mail through one of them:

    If you get to a working server, change your old bookmark for the new address.

    Some users have reported a different approach, which was to change to their Yahoo email settings basic messaging interface. I hope that won't be necessary.

  • Cannot open documents with .cwk on the new imac

    I just upgraded my mini in an imac. I transferred via MIGRATION Asst. I discovered that I had a lot of documents with file extension .cwk. Since Appleworks 6 is no longer viable, I can't open documents. I would like to convert the docs. in PDF format, but can not find a way to do it. For any help or suggestion will be greatly appreciated.

    Try a .cwk file right-click and select "open with...". "Pages. If it works, you can do a right-click on the .cwk file, choose 'Get Info', in virtue to open it with, select Pages in the menu drop-down and check "use this application to open all documents like this.

  • The index.xml file required is missing. Cannot open documents. 10.10.5 sys

    The index.xml file required is missing. Cannot open documents. 10.10.5 sys

    You have two versions of installed Pages, where the Pages ' 09 document format use it internal document index.xml, and all Pages v5 releases use a different document format that does not incorporate the index.xml file. If you have Pages ' 09 running without window, and double-click a v5 document Pages, you will get a Pages ' 09 dialog box indicating that the index.xml file is missing.

    Exit Pages ' 09 and then double click on the document to open correctly in your version of v5 Pages.

  • AppleScript/Pages can not find the open document

    This very simple script will not work:

    Tell application "Pages".

    activate

    say the document before

    name

    tell the end

    tell the end

    All of this has to do is give the name of the opened document. It says: "cannot get document 1. Invalid index. "And, Yes, there is an open document.

    This behavior deteriorated. He worked a few weeks ago and then become increasingly more broken. It's the same thing with the numbers.

    That's happened? My Applescript is corrupt?

    It works very well here:

             tell application 'Pages' to return before the document name

    And so for this:

    say application 'Pages '.

    say front document

    name

    end say

    end say

    With the keys v 5.6.1. OS X 10.11.1 (El Cap).

    Make sure you have checked it in system preferences:

    SG

Maybe you are looking for