Skip to content

Commit

Permalink
Append parameter in filesystem::list_directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1maker committed Jan 3, 2025
1 parent cdbe66d commit af49cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Foundation/Namespaces/filesystem/Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- **Return Type**: void
- **Description**: Changes the current working directory to the specified new path. The method does not return any value.

### `void list_directory(const string&in path = current_path, array<string>@ files = null, array<string>@ folders = null, const string&in pattern = '*')`
### `void list_directory(const string&in path = current_path, array<string>@ files = null, array<string>@ folders = null, const string&in file_pattern = '*', const string&in folder_pattern = '*')`
- **Return Type**: void
- **Description**: Lists all files and directories in the specified path that match the given pattern. If no arrays are provided for storing results, the method will not store them.

Expand Down

0 comments on commit af49cee

Please sign in to comment.