Follow your nose through here
https://forum.thegamecreators.com/thread/219641#msg2602943
Quote from Rick
File Commands
* Added SimplifyPath, JoinPaths, and IsAbsolutePath commands to manage file paths
* Added CountWindowsDrives and GetWindowsDrive to get the drives available on Windows devices
* ChooseRawFile now has an extra parameter to return the full path instead of copying the file to the write folder
* Added OpenRawFolder, GetRawFolderNumFiles, GetRawFolderNumFolders, GetRawFolderFileName, and GetRawFolderFolderName to get the contents of any folder anywhere on the filesystem on all platforms
----> * Any command that takes a file path can now use an absolute path with the prefix "raw:" to allow access to files anywhere on the filesystem on all platforms, e.g. "raw:C:\MyFolder\MyFile.txt"
* SetRawWritePath is now deprecated in favour of the above raw folder commands and raw file paths
* GetFirstFile, GetFirstFolder, GetFileCount, and GetFolderCount now have an extra parameter to return only files from the read folder, or write folder, or both (default)
Any load commands can use "raw:c:\folder\sound.ogg"
Needs testing in C though, but thats how to do it in T1
D