About 2,410,000 results
Open links in new tab
  1. url - How to specify a local file within html using the file: scheme ...

    the "file://" url protocol can only be used to locate files in the file system of the local machine. since this html code is interpreted by a browser, the "local machine" is the machine that is …

  2. Is a "file://" path a URL? - Stack Overflow

    File system paths are most definitely URIs - I mean, what's not - so everyone referring to file system paths as URIs is inside the safe zone. But is it safe to call them URLs? If the URL was …

  3. How can I store a webpage title inside a Windows .url file?

    May 29, 2023 · This is a question about the .url file format: How can I store the webpage title inside a Windows .url file ? I was unable to find an official documentation of the .url file format …

  4. url - What is the difference between file:/, file://, file:/// - Stack ...

    Sep 1, 2010 · file:/ is invalid as far as I know file:// is the prefix for the file protocol file:/// is the prefix for the file protocol, plus a leading / pointing to the root directory of the current drive (On …

  5. notepad++ - How to edit Windows .url files - Super User

    For URL files you can just right click them and select "Properties", and in the window select the "Web Document" tab and here you can edit the URL. EDIT: If you want to open the actual file …

  6. How do I save a link to a webpage as a shortcut in the Windows …

    Nov 5, 2015 · On Firefox post 57, there is an extension, "lcwmcfpon", that can do that, i.e. save the target of a link as shortcut in the Windows file manager. One uses the windows context …

  7. What is the difference between the URL "file://" and "http://"

    Sep 5, 2017 · 2 file:// is a request for a local file. http:// is using HTTP protocol to request a file somewhere, including -- if it's the case -- on your local computer.

  8. Meaning of '///' after 'file:' protocol (URL) - Stack Overflow

    Oct 17, 2016 · Why does file: protocol has 3 (back)slashes in this URL? file:///C:/Users (C:/Users is the path name of this URL.) How does an URL parser handle it? I thought the last slash of …

  9. file:/// for url path for local html files? - Stack Overflow

    I'm just started web developing not long ago, and I'm wondering why running HTML on my computer comes up with file:/// and then the file path and name in the browser url bar. For …

  10. File Uri Scheme and Relative Files - Stack Overflow

    Oct 22, 2011 · Discussion on the File URI scheme and handling of relative file paths in programming contexts.