io.showFileInExplorer
Description
Open a Windows Explorer window and select the specified file.
Also works for folders.
Parameters
filename
string
Return value
none
Example
-- open and select documents folder
io.showFileInExplorer(io.getSpecialFolderPath(CSIDL_MYDOCUMENTS))
Comments
See also
Back
Generated on the 26 June 2024 at 22:01:29 (UK Time)