Jump to content

Full local path to UNC path


Deye
 Share

Recommended Posts

  • Moderators

That is ambiguous, can you clarify? Do you mean creating a directory on a UNC?

Edited 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!

Link to comment
Share on other sites

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 by Deye
Link to comment
Share on other sites

  • Moderators

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!

Link to comment
Share on other sites

@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 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...