(current-directory parse-config-host)Returns: string
**Returns:** `string`
(directories parse-config-host path)Parameters:
path: stringReturns: string[]
**Parameters:** - `path`: `string` **Returns:** `string[]`
(directory-exists? parse-config-host directory-name)Parameters:
directory-name: stringReturns: boolean
**Parameters:** - `directory-name`: `string` **Returns:** `boolean`
(file-exists? parse-config-host path)Gets a value indicating whether the specified path exists and is a file.
Parameters:
path: string - The path to test.Returns: boolean
Gets a value indicating whether the specified path exists and is a file. **Parameters:** - `path`: `string` - The path to test. **Returns:** `boolean`
(read-directory parse-config-host root-dir extensions)(read-directory parse-config-host root-dir extensions excludes)(read-directory parse-config-host root-dir extensions excludes includes)(read-directory parse-config-host root-dir extensions excludes includes depth)Parameters:
root-dir: stringextensions: readonly string[]excludes: readonly string[] | undefinedincludes: readonly string[]depth: number | undefinedReturns: readonly string[]
**Parameters:** - `root-dir`: `string` - `extensions`: `readonly string[]` - `excludes`: `readonly string[] | undefined` - `includes`: `readonly string[]` - `depth`: `number | undefined` **Returns:** `readonly string[]`
(read-file parse-config-host path)Parameters:
path: stringReturns: string | undefined
**Parameters:** - `path`: `string` **Returns:** `string | undefined`
(realpath parse-config-host path)Resolve a symbolic link.
Parameters:
path: stringReturns: string
Resolve a symbolic link. **Parameters:** - `path`: `string` **Returns:** `string`
(set-use-case-sensitive-file-names! parse-config-host value)(trace parse-config-host s)Parameters:
s: stringReturns: void
**Parameters:** - `s`: `string` **Returns:** `void`
(use-case-sensitive-file-names? parse-config-host)Returns: boolean
**Returns:** `boolean`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |