File Specific Scheme
In this case the term local file is employed to specify files which are located on the same system. The syntax when specifying a local file is either the full or relative path of the respective file.
Syntax
file://<driveletter>/<dir1>/<dir2>/.../<dirN>/<filename>
Driveletter | is the letter of the local or mapped drive on which the file is located. This parameter is optional if the path is a relative path. |
Dir1 - DirN | list the directory hierarchy to the file. These parameters are optional. |
File name | specifies the name of the file to be accessed with its extension. |