[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool CopyFile(string lpExistingFileName, string lpNewFileName,
bool bFailIfExists);
<DllImport("kernel32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Friend Shared Function CopyFile( _
<[In]()> ByVal lpExistingFileName As String, _
<[In]()> ByVal lpNewFileName As String, _
<[In]()> ByVal bFailIfExists As Boolean) _
As Boolean
End Function
None.
Please add some!.
Please add some!
Please add some!