Gaunt Sloth Assistant
GitHub
Preparing search index...
utils/fileUtils
resolveOutputPath
Function resolveOutputPath
resolveOutputPath
(
writeOutputToFile
:
string
)
:
string
Resolve an explicit output path string to an absolute file path. Concerned only with string values:
If the string includes a path separator, resolve relative to project root and ensure parent directories exist.
If it's a bare filename, place it under .gsloth/ when present, otherwise project root.
Parameters
writeOutputToFile
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
GitHub
Gaunt Sloth Assistant
Loading...
Resolve an explicit output path string to an absolute file path. Concerned only with string values: