getGslothConfigWritePath
getGslothConfigWritePath(
filename):string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/fileUtils.ts:53
Gets the path where gsloth should write configuration files based on .gsloth directory existence. The main difference from #getGslothConfigReadPath is that this getGslothConfigWritePath method creates internal settings directory if it does not exist.
If .gsloth dir exists returns projectdir/.gsloth/.gsloth-settings
If .gsloth dir does not exist returns projectdir
Parameters
Section titled “Parameters”filename
Section titled “filename”string
The configuration filename
Returns
Section titled “Returns”string
The resolved path where the configuration file should be written