Update sdk.md

This commit is contained in:
Blightbuster 2022-04-19 18:57:34 +02:00 committed by GitHub
parent 61aa1cc881
commit 02e0fabdd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3746,7 +3746,7 @@ dirname
<a name="std__fs__GitIgnorePathArray"></a>
## `std::fs::GitIgnorePathArray`
```sh
handle = gitignore_path_array [--no-hidden] path
handle = gitignore_path_array [--include-hidden] path
```
Returns an array handle containing all path entries found from the provided root path that should be included based on the gitignore definitions.
@ -3755,7 +3755,7 @@ Returns an array handle containing all path entries found from the provided root
The root path.
Optional `--no-hidden` flag to indicate that hidden files / folders should be excluded.
Optional `--include-hidden` flag to indicate that hidden files / folders should be included.
### Return Value