The file scheme is a scheme for a hierachical uri that locates a file on the local file system.
Example of an uri with the file scheme
file:///C:/Users/username/
A file URI can also be directly open by a browser.
Example:
file:///C:/Users/username/index.html