io.getSpecialFolderPath
Get a special folder path using a CSIDL value
CSIDL integer
path string
local myDocumentsPath = io.getSpecialFolderPath(CSIDL_MYDOCUMENTS)
print(myDocumentsPath);
CSIDL values are published here:
<a href="https://docs.microsoft.com/en-us/windows/win32/shell/csidl">https://docs.microsoft.com/en-us/windows/win32/shell/csidl</a>
Generated on the 26 June 2024 at 22:01:29 (UK Time)