Deye Posted January 14, 2020 Posted January 14, 2020 What function would you use to get\make a UNC path ? Thanks
Moderators JLogan3o13 Posted January 14, 2020 Moderators Posted January 14, 2020 (edited) That is ambiguous, can you clarify? Do you mean creating a directory on a UNC? Edited January 14, 2020 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Deye Posted January 14, 2020 Author Posted January 14, 2020 (edited) just that @ converting any given path to match to an UNC one Or make UNC as aspect to the local computer .. ? C:\hiberfil.sys D:\System Volume Information if I needed to use: _WinAPI_ShellFileOperation("D:\somefolderDir", "C:\", $FO_COPY, $FOF_ALLOWUNDO) NM: changed to this fixed it: _WinAPI_ShellFileOperation("D:\somefolderDir\*", "C:", $FO_COPY, $FOF_ALLOWUNDO) Edited January 14, 2020 by Deye
Moderators JLogan3o13 Posted January 15, 2020 Moderators Posted January 15, 2020 Yeah, all of the info you included in your second post would have been awesome in your first Glad you got it fixed. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Subz Posted January 15, 2020 Posted January 15, 2020 Just out of curiosity as I'm confused, were you referring to UNC (Universal Naming Convention) or something else?
Deye Posted January 15, 2020 Author Posted January 15, 2020 @JLogan3o13, yes, after all it was a shell operation i thought I'd try that what seemed to work @subs I meant https://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention still it would be be interesting what good conversion can work with filecopy or foldercopy since i didn't try testing that, the question still stands .. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now