<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chris Hill</title>
    <description>The latest articles on DEV Community by Chris Hill (@chillingsince93).</description>
    <link>https://dev.to/chillingsince93</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F316793%2F2fbab4e8-08ab-4c35-a188-287cfed2c41b.png</url>
      <title>DEV Community: Chris Hill</title>
      <link>https://dev.to/chillingsince93</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chillingsince93"/>
    <language>en</language>
    <item>
      <title>File System access through Web Browsers</title>
      <dc:creator>Chris Hill</dc:creator>
      <pubDate>Thu, 06 Feb 2020 16:55:49 +0000</pubDate>
      <link>https://dev.to/chillingsince93/file-system-access-through-web-browsers-eec</link>
      <guid>https://dev.to/chillingsince93/file-system-access-through-web-browsers-eec</guid>
      <description>&lt;p&gt;Web browsers (with the exception of Internet Explorer) can access a computer's file system. By typing "c:/" or File:///C:/ in a browser's search bar, the browser will start searching through an OS's file system. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1APMFVMY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/927ih8nf0ds4dz0hlkrg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1APMFVMY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/927ih8nf0ds4dz0hlkrg.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a faster way to explore the (C:/) drive for example compared to using the traditional file explorer in Windows 10.&lt;/p&gt;

&lt;p&gt;By typing in the browser address bar file:///C:/ and pressing "enter", all files and folders on the C:/ drive will be displayed with file sizes, modified dates and time in the browser window, including files set to hidden.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ArqIxFsz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u54c4lhr8es7ytftybyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ArqIxFsz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u54c4lhr8es7ytftybyv.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, many features in the default file explorer can’t be done with the web browser. Web browsers can’t access the file system without direct user permission. Consequently, web apps that use browser-side JavaScript don’t have permission to write to the client SSD without a lot of security options having to be disabled.&lt;/p&gt;

&lt;p&gt;Furthermore, web browsers do not have the ability to manipulate the data on the file system, they can only display the content.&lt;/p&gt;

&lt;p&gt;resources: &lt;a href="https://cdn.pixabay.com/photo/2019/05/23/14/40/binders-4224085_1280.jpg"&gt;https://cdn.pixabay.com/photo/2019/05/23/14/40/binders-4224085_1280.jpg&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
    </item>
  </channel>
</rss>
