With latest W10 update the function ADrives() is no longer working. To fix the problem, please replace
with
Hope ISDISK() is available in Harbour too.
EMG
FILE( CHR( i ) + ":\NUL" )with
ISDISK( CHR( i ) )Hope ISDISK() is available in Harbour too.
EMG