Synor Source Engine - File
# using yarn:
yarn add @synor/source-file
# using npm:
npm install --save @synor/source-file
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
(Throwsinvalid_filename
error)
Licensed under the MIT License. Check the LICENSE file for details.