K
kb at donovanhill
I have a button control which attempts to copy a file from disk to a
sharepoint library using the following VB.net code.
System.IO.File.Copy("F:\temp\test.pdf", "\\server003:40000\Shared
Documents\test.pdf")
The XP pro client PC gives the following error in the form's code
'The given path's format is not supported'
Any Ideas where I have gone wrong with the UNC path?
sharepoint library using the following VB.net code.
System.IO.File.Copy("F:\temp\test.pdf", "\\server003:40000\Shared
Documents\test.pdf")
The XP pro client PC gives the following error in the form's code
'The given path's format is not supported'
Any Ideas where I have gone wrong with the UNC path?