Synor Source Engine - File
npm install @synor/source-file



Synor Source Engine - File
``shusing yarn:
yarn add @synor/source-file
URI
Format:
file://[.]/path[?param=value&...]Params:
| Name | Description | Default Value |
| ------------------------- | ------------------------------------------- | ------------- |
|
ignore_invalid_filename | Flag for ignoring invalid_filename errors | true |Examples:
-
file:///path/to/directory (Absolute path)
- file://./path/to/directory (Relative path)
- file:///path/to/directory?ignore_invalid_filename=false (Throws invalid_filename` error)Licensed under the MIT License. Check the LICENSE file for details.