Open C:\folder\ link as file://C:\folder\

I want to have links (on my local html page) written like
C:\folder\
I want that they open as
file://C:\folder\
How is it possible to do?
Should I define new "c" protocol or something?
Firefox 27, Windows 7
Thank you!

Two ways you can define it in HTML Page
#Use the path as "file:///C:/Users/Hello.html"
#Use both the files in same folder and mention only the file name "Hello.html"

Similar Messages

  • Opening saved webpage redirects to file index folder

    I saved a webpage on Lion and now when I go to open it on Snow leopard it redirects me to file:/// which makes it so that I cannot view the file image.
    How can I make it so that I can look at the web page I saved?

    I can open the file and I can view the webpage image that I saved for a couple of seconds before it redirects to file:///

  • Can't open attahcments within linked pdf files on websites

    I cannot open files embedded in a pdf file when I click on them as they appear on a webpage. I am trying to open pdfs embedded in a pdf document at http://www.surfsidebeach.org/agenda-2013.html. None of the embedded pdfs will open. They will, however, open in Internet Explorer. Is there a fix for this?

    This looks like a limitation of Firefox's built-in PDF viewer. To switch to Adobe's viewer (or the other viewer of your choice), see the steps in this article: [[How to disable the built-in PDF viewer and use another viewer]]. Does that work?

  • Applications don't "Open" or "Save As" into file's original folder anymore.

    When I am working in any software package, I am having opening and saving problems.
    1. When I attempt to open an file, the software defaults to my user Documents folder rather than the last used folder. Even after I've been working a while.
    2. When I attempt to "save as" a document, the software defaults to the parent folder of the file's folder rather than the file's folder.
    3. When I click on the "Recent Places" drop down in the "Save As" screen, my apps crash.
    I have tossed a few prefs.
    1. Illustrator Prefs Folder - But this is not an Adobe only issue. It's system-wide.
    2. Finder Prefs
    3. A few others I don't rememeber. Sorry.
    Anybody got any great ideas?
    iMac G5 17" Mac OS X (10.4.8)
    iMac G5 17"   Mac OS X (10.4.7)  

    Then, the problem's system-wide and you might consider doing an Archive & Install installation (see http://www.apple.com/support/tiger/install/ for details), saving user and network settings. Backup your current installation to an external, bootable HD using something like Carbon Copy Cloner, SuperDuper!, etc. so you can get back toi where you are now.

  • How to remove a folder from claud files

    how to remove a folder from claud files?

    Folder (and file) deletion is a two-part process. First you Archive the file from the Files page at https://creative.adobe.com/files, or by deleting it from the Creative Cloud Files folder on your computer. Then you Permanently Delete the folder from the Archive at https://creative.adobe.com/archive.
    Help article: Creative Cloud Help | Manage and Sync files

  • No "New Folder" option under FILE.  hard drive transfer ? too

    I want to organize my albums into folders so the source list isn't so long. The iPhoto help area says to click on File>New Folder. I have no such option (shaded or otherwise). Then I attempted to make a new folder in Finder & drag it over. It drags, but then does not appear anywhere. Help?!? Where is my "new folder option"? IS there a chance I did soemthing to it in the past unknowingly. I didn't see New Folder as a short cut option either.
    A little off topic, but if I save my harddrive to a second freestanding OWC harddrive thing, can I just transfer all of my data this way?

    Lymbo,
    Go ahead and create your new folder in finder (File>New Folder), then just leave it on your desktop.
    In iPhoto, highlight the photos or Rolls you want to export, choose File>Export, and in the drop down menu choose File Export, select your Format, and click Export.
    In the new Drop Down, called Export Photos, select Desktop from the "Where" menu, and click 'OK'.
    Your highlighted photo(s) will be copied to your Desktop, and you can then drag them into your new folder.
    Your origionals will still be in iPhoto; you can delete them if you want.
    --Ap

  • Linked PSD files not found when opening .ai files via shared folder

    My main user folder on the iMac is set to be shared (read/write, including all enclosed files) with my MacBook Pro so that I can get someone to help me on a big job. The job is a series of one-page InDesign files (they are newspaper advertisements). The IDD files contain a series of Illustrator files with linked PSD files.
    The idea is that we can both work on the .idd and .ai files in the same folder at the same time.
    It's all working fine EXCEPT that whenever an .ai file is opened on the MacBook, Illustrator doesn't know where the linked PSD files are. We can update the link, but when the .ai file is then opened on the iMac and saved, the same thing happens the next time it is opened on the Macbook.
    I don't want to embed the PSD files into the .ai files as sometimes I have to modify them and they can be linked to up to 20 .ai files. Any ideas?
    G5 iMac OSX 10.7.5 / Macbook Pro OSX 10.8.2 / networked via FireWire cable / file sharing on, laptop user has Administrator status, all files are read/write, permissions include all enclosed files / CS6

    If you are rebooting the computer holding down T to share via firewire, that is your problem. that mounts the other computer as a hardrive and probably messes up the filepath.
    Turn on sharing via Ethernet or wireless
    Connecting two computers using Ethernet
    You can use an Ethernet cable to connect two Mac computers and share files or play network games.
    To connect two computers using Ethernet:
    Connect a standard Ethernet cable from the Ethernet port on one computer to the Ethernet port on the other. You don’t need to use an Ethernet crossover cable.
    If your computer doesn’t have an Ethernet port, try using a USB-to-Ethernet adapter.
    On each computer, choose Apple menu > System Preferences and click Sharing. Note the computer name for each computer.
    In the Finder on one of the computers, choose Go > “Connect to Server,” and then click Browse.
    Double-click the other computer in the window and enter your password, if necessary.
    If you manually configured the TCP/IP settings for the Ethernet service on the computer you are connecting to, you may need to enter that computer’s TCP/IP address in the “Connect to Server” dialog.
    To see or set the TCP/IP address, choose Apple menu > System Preferences, click Network, and select Ethernet in the list.

  • Links according to the folder where the file is?

    I have this script that I found here on this forum and would like to change it so that when you execute it according to relink the file name
    # target illustrator
    linkReplacer function ( ) {
         var = orginalUIL app.userInteractionLevel ;
         app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
         if ( app.documents.length == 0 ) {
              alert (' Please have an " Illustrator " document open before running this script . ' ) ;
              return;
         Else { }
              docRef = app.activeDocument ;
         defaultFolder var = new Folder ( ' ~ / Desktop ' ) ;
         psdFolder defaultFolder.selectDlg var = ( ' Please select the folder of your replacement files ');
         if ( psdFolder == null) return ;
         with ( docRef ) {
              placedFiles var = new Array ( ) ;
              for (var i = 0; i < placedItems.length : i + +) {
                   placedFiles.push ( placedItems [i]. file.name );
              for (var j = 0 j < placedItems.length j + +) {
                   var replace = new File ( psdFolder.fsName + '/' + placedFiles [ j ] ) ;
                   if ( rePlace.exists ) {
                        placedItems [ j ] . file = Replace ;
                   Else { }
                        alert ( 'File " ' + placedFiles [ j ] + " ' is missing ');
         app.userInteractionLevel = orginalUIL ;
    linkReplacer ();
    for example
    filename > TESTE_0000_CLOSED_01
    link contained in the file > TESTE_0000_INDEX
    link contained in the file folder ( TESTE_0000_CLOSED_01 ) is TESTE_0000_INDEX_01
    after running the file the link is > TESTE_0000_INDEX_01
    I do not know if I was clear is complicated to explain
    when run this script searches the linked item in the folder where it is saved, like that instead he relink the file contained in the folder under the file name

    Hi,
    Thanks for all the quick replies!
    If I use Application.ExecutablePath I get:
    C:\Documents and Settings\Administrator\Definicoes locais\App2\2.0\EG5PGYGH.6NX\.....\App.exe
    I published the application in a Tools folder and I need to go up in the path to refer to other folders in the same directory as the Tools.
    So I have a Directory named Application and folders inside: Tools (where I publish the application), SO, Acet, Others. As I will copy the application to another computer while maintaining the same folder structure I need to get the path till the Tools (with
    or without the executable name).
    Any other hint, please?
    Thanks.

  • Editing the folder links in DW,FW "Open/Save As" dialog box

    i found apps to change the folder links in the left column of my various Windows7 Open/Save As dialog box, but it doesn't affect those in DW,FW. is there a way to do this?
    thanks
    GN

    Take a look at this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17216&sliceId=1
    Bryan Ashcraft (remove BRAIN to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "eliblow" <[email protected]> wrote in
    message
    news:fjkqvv$gig$[email protected]..
    >I would like to create open Save As dialog using
    ColdFusion. The user will
    >be
    > clicking a button and the dialog will pop up asking the
    user if he want to
    > save
    > the file. I know that it can be done using JavaScript,
    but I am not sure
    > how it
    > could be done with CF. any suggestions?
    >
    > Thank you in advance.
    >

  • New Folder link in Ribbon menu, load home page instead of open Folder Name dialog box

    In SharePoint 2013,
    I have created new site collection under "\sites" managed path. Then I have created Sub-Site called "\sites\abc\Mobile" under it.
    Now,
    Site collection - http://sharepointweb/sites/abc and
    Sub-Site - http://sharepointweb/sites/abc/Mobile
    Site Template: Team Site / Publishing Site
    After creation of the above, go to sub-site -> click on "Document" library -> Click on "New Folder" under "File" tab.
    when click on New Folder link, it shows home page in dialog box instead of new folder name popup.
    This is only happening for "Mobile" named sub-site under "/sites" managed path. Please try from your side and let me know.
    May I know what the issue is? Please clarify.

    Hi and welcome to the Blackberry Forums
    1) When ever I have a message notification (be it missed call one or an sms alert),
    it becomes difficult navigating in the "Messages" box : the reason is it opens
    always in the last place where I left it. So I have to press Menu & then scroll down
    to "View Folder" (pressing "v" also helps) & then it says "Select Folder".
    Not, when you have a new message and you go to the message folder you can see the last place where you left, but if you press T (top) you can see the new messages. (always the new messages are in the top and you can't change this) 
    2) How to change the HOME PAGE of the Browser.
    Go to the browser, one you are in press menu, options, browser configuration, and you can change the home page on bottom.
    3) to extend the battery life, I read that all applications should be closed using the
    "Close" option in its Menu. To see which all applications are currently running, one
    should check on "Switch Application" - if you see application their, then it is open.
     The problem I am having is some applications (appearing in S/A mode) I was able
    to close (eg games etc), but some are not getting closed eg :messages, browser,
    bb messenger.
    Please read this link to maximize battery and memory
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB14320
    There are five applications can't be closed 
    Blackberry Messenger, HOME, phone, browser, and mail 
    Thanks 
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Update All Image Links When Files Moved To Other Folder

    I have Dreamweaver MX 2004, and I would like to know how to
    update all my images to the correct location. Five years ago I made
    a website and added everything in one folder. I now seperated
    everything and added a images folder inside the html folder. All
    the links are pointing to where they were before. Could dreamweaver
    update all images to a certain folder? Thanks

    Alan posted in macromedia.dreamweaver:
    >> All the links are pointing to where they were
    before.
    >> Could dreamweaver update all images to a certain
    folder?
    >
    > You should have used the Dreamweaver Files Panel to move
    the image files,
    > then dw Would update the path.
    >
    > If you moved the files on the hard drive outside of dw-
    you now have two
    > choices to fix it.
    >
    > one, use find and replace
    > two, do a site wide link check and grind through the
    list of broken paths.
    >
    > Or, if you have a recent backup folder from before you
    moved files around,
    > revert to that and then do the file moving in the dw
    Files Panel.
    Or (four?), exit Dreamweaver, move the images back where they
    were, open
    Dreamweaver and use its Files Panel to move the image files.
    Allow it to
    update all of the files.
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Safari - link - file server folder?

    I have a folder on a file server.
    In Windows/Internet Explorer, it is possible to have a link on a web page
    that opens this folder directly in Windows Explorer.
    I'd like to do the analogous thing on a Mac, i.e., have a link on a web page
    that when clicked opens this folder in a Finder window. Is this possible
    under Safari? It appears to work for folders on my local disk but not
    network folders. I've tried this:
    file:///Volumes/path/to/my/folder
    But nothing seems to happen.

    Good idea but no, the names are identical. I have just noticed that other file servers are doing the same thing. When importing new files from a file server, the file server is duplicated if photos were imported from it prior to upgrading to LR2. See screen shot.
    FYI using Mac OS 10.4

  • I'm trying to copy music from my PC to itunes. I open itunes, go to 'file', go to 'add folder to library', select the folder and nothing happens. What am I doing wrong?

    I'm trying to copy music from my PC to itunes. I open itunes, go to 'file', go to 'add folder to library', select the folder and nothing happens. What am I doing wrong?

    Hello there, gleab.
    The following Knowledge Base article reviews the ways to import content into iTunes:
    Adding music and other content to iTunes
    http://support.apple.com/kb/ht1473
    Also keep in mind which formats can be added:
    You can add audio files that are in AAC, MP3, WAV, AIFF, Apple Lossless, or Audible.com (.aa) format. If you have unprotected WMA content, iTunes for Windows can convert these files to one of these formats.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Hi ! i am using mac air i download from app store IDESKTOP when i open it its delete all my file and folder on my mac, hi ! i am using mac air i download from app store IDESKTOP when i open it its delete all my file and folder on my mac

    hi ! i am using mac air i download from app store IDESKTOP when i open it its delete all my file and folder on my mac, hi ! i am using mac air i download from app store IDESKTOP when i open it its delete all my file and folder on my mac

    Here you can contact the developer.
    (Notice, I'm posting this line only once. Not 4 times. )

  • Open PDF from a folder of changing files

    My client wants to give CDRoms to people but he wants to be
    able to put different PDF files on each one.
    I can open a PDF with no problem, what I can't do is get
    Director to recognise a folder of PDF files that is ever changing,
    and be able to open individual PDF's with a click.
    I want to be able to say to my client "put your PDF's in the
    DOCUMENTS folder, then put all files onto a CD, simple as that".
    How can I do it?

    you can get the content of a folder with
    - pure lingo using getNthFileNameInFolder()
    - fileXtra4 using fx_FolderToList()
    - buddyAPI using baFolderList()
    hth
    Ned

Maybe you are looking for