mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
Fix bug 78448
This commit is contained in:
@ -73,7 +73,7 @@ namespace folder_content_reader
|
||||
|
||||
returnValue["status"] = "success";
|
||||
|
||||
std::vector<std::wstring> files = NSDirectory::GetFiles(path);
|
||||
std::vector<std::wstring> files = NSDirectory::GetFiles(path, true);
|
||||
|
||||
json jFiles = json::array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user