chore: update doc string
This commit is contained in:
parent
093eb7df85
commit
21ee86ef4a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ function safePath(path: string) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replace illegal character eg. ? % < > / \ : | that can't be in path with "-".
|
* Replace illegal character eg. ? % < > / \ : | that can't be in path with "-".
|
||||||
|
* Used when create folder / dir through api
|
||||||
* @param path - string to check and replace
|
* @param path - string to check and replace
|
||||||
* @returns path with illegal character replaced with "-"
|
* @returns path with illegal character replaced with "-"
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue