Extracts a complete filename, parsing all tokens starting with the current one (inclusive): verification will stop on the first token not recognizable/usable for the filename or the end-of-line token.
Syntax |
parseFilename(bool allowEmpty): string |
---|---|
allowEmpty |
Flag to enable empty filename (i.e., optional) |
Result |
Returns extracted filename, "" in case of errors |