|
-
Mar 4th, 2024, 04:24 AM
#26
Lively Member
Re: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive feature
 Originally Posted by fafalone
Code:
strFolder = "\??\"
strFolder = strFolder & strDirectory
' RtlDosPathNameToNtPathName_U StrPtr(strFolder), strUnicode, fp, rn
RtlInitUnicodeString strUnicode, StrPtr(strFolder)
with RtlDosPathNameToNtPathName_U commented out like that... I think there's where the problem was.
The code you provide is already set like that, I did not touch anything.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|