forked from qt-creator/qt-creator
Lua: Make FilePath:searchInPath async
Change-Id: Ida94856c26bab38d95753fb4d5475d57e3315212 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -20,7 +20,7 @@ utils.FilePath = {}
|
||||
function utils.FilePath.fromUserInput(path) end
|
||||
|
||||
---@return FilePath The new absolute path
|
||||
---Searches for the path inside the PATH environment variable
|
||||
---Searches for the path inside the PATH environment variable. Call `a.wait` on the returned value to get the result.
|
||||
function utils.FilePath:searchInPath() end
|
||||
|
||||
---@class (exact) DirEntriesOptions
|
||||
|
||||
Reference in New Issue
Block a user