Hi,
I'm porting our code to Windows Store and I haven't been able to find an equivalent for the following functions, related to directory handing:
GetCurrentDirectoryW
SetCurrentDirectoryW
CreateDirectoryW
GetLogicalDrives
I did find equivalent for other functions, especially FindFirstFile (FindFirstFileEx), and FindNextFile still works, so I assume directories still exist in windows 8 :-) Do "logical drives" exist too, or is it using mount points now?
Thanks!