File URI handler
The ‘file:...’ scheme is loosely defined in RFC-1738
Check if the URI is a valid File URI
This applies additional specific validation rules beyond the ones required by the generic URI syntax.
| Return type: | bool |
|---|---|
| See : |
User Info part is not used in file URIs
| Parameters: | string – |
|---|---|
| Return type: | File |
Fragment part is not used in file URIs
| Parameters: | string – |
|---|---|
| Return type: | File |