From 08ef5b435273eaa3de860eac1c031219cd815587 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 27 Nov 2022 16:25:25 +0200 Subject: RL_LoadDirectoryFilesEx and separate option for doc_parser. --- API.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 94b9d65..2a653db 100644 --- a/API.md +++ b/API.md @@ -2065,6 +2065,15 @@ Load directory filepaths --- +> fileNames = RL_LoadDirectoryFilesEx( string basePath, string filter, bool scanSubdirs ) + +Load directory filepaths with extension filtering and recursive directory scan + +- Failure return false +- Success return string{} + +--- + > success = RL_ChangeDirectory( string directory ) Change working directory, return true on success -- cgit v1.2.3