Closed MacroModel closed 6 days ago
nt_file support nt path ,unc path and dos path
win32 file should only supported dos path and unc path
nt api supported:
NT path (Only right slash can be used) = \??\D:\Plans\Marshall
NT Device Path (Only right slash can be used) = \Device\HardiskVolume6\Plans\Marshall
fast_io nt_file supported:
Dos Relative path (Left slash available) = ..\HAL 9000
DOS Drive path (Left slash available) = C:\Program FIle\HAL 9000
UNC path (Left slash available) = \\Media\Pictures\Worth\1000 words
UNC Device path (literal) (Left slash available) = \\?\D:\Plans\Marshall
UNC Device path (normalized) (Left slash available) = \\.\D:\Plans\Marshall
NT path (Only right slash can be used) = \??\D:\Plans\Marshall
NT Device Path (Only right slash can be used) = \Device\HardiskVolume6\Plans\Marshall
win32 api and fast_io win32_file supported:
Dos Relative path (Left slash available) = ..\HAL 9000
DOS Drive path (Left slash available) = C:\Program FIle\HAL 9000
UNC path (Left slash available) = \\Media\Pictures\Worth\1000 words
UNC Device path (literal) (Left slash available) = \\?\D:\Plans\Marshall
UNC Device path (normalized) (Left slash available) = \\.\D:\Plans\Marshall
NT path (Only right slash can be used) = \??\D:\Plans\Marshall
support nt time!
Fix nt_file does not support nt_part