View Single Post
Old 07 February 2013, 18:00   #70
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,343
Quote:
Originally Posted by Toni Wilen View Post
This was the FAT check which requires GetVolumeInformationByHandleW(), I missed it being Vista+ only.

winuae.zip now use GetProcAddress() to get&check if GetVolumeInformationByHandleW() exists. Works on XP again but FAT timestamp stuff only works under Vista or later.
Could the GetVolumeInformation function be used as an alternative under XP? It seems similar, except instead of a file handle you pass a root directory path, e.g. "D:\".

Last edited by mark_k; 07 February 2013 at 18:37.
mark_k is offline  
 
Page generated in 0.06027 seconds with 11 queries