Updated ide.read (markdown)

ni-richard 2019-09-11 17:17:36 +02:00
parent e2d0e538ac
commit 87225a7eed

@ -13,7 +13,7 @@
| Parameter | Type | Required | Description | | Parameter | Type | Required | Description |
| ------------ |:--------:|:------------------:| --------------------------- | | ------------ |:--------:|:------------------:| --------------------------- |
| *filename* | `string` | :heavy_check_mark: | Full path or basename of a file. | | *filename* | `string` | :heavy_check_mark: | Full path or basename of a file. |
| *patterns* | `array` | | Expects a list of glob patterns that will be matched against the absolute paths of file system nodes. **Important**: symbolic links are always resolved. | | *patterns* | `array` | | Expects a list of [glob](https://en.wikipedia.org/wiki/Glob_(programming)) patterns that will be matched against the absolute paths of file system nodes. **Important**: symbolic links are always resolved. |
*** ***