You can access to you local system via browser by simply using file:///
as address.
I have being trying to access local system drives via file:///
in HTML
via anchor
tag...like this..
<a href="file:///">Home</a>
I get Not allowed to load local resource: file:///
this error in console...Is there any way possible to access the drives in this way...