593 B
593 B
title | description |
---|---|
inputFileLocal | File deifned by local path |
Constructor: inputFileLocal
File deifned by local path
Attributes:
Name | Type | Required | Description |
---|---|---|---|
path | string | Yes | Local path to the file |
Type: InputFile
Example:
$inputFileLocal = ['_' => 'inputFileLocal', 'path' => string, ];
Or, if you're into Lua:
inputFileLocal={_='inputFileLocal', path=string, }