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