Assume that the scheme for a uri is \"file\". Also assume that the path starts with \'.\'
An example path is \'./.bashrc\'. How would the fulluri look? \'file://./.
In a terminal you could type "file://$PWD/.bashrc" using "$PWD" to refer to the current directory.