I know how to upload and download files with the my.computer
and
but once i have uploaded and than downloaded is it possible to delete the file
somehow using vb 2005
thanks
Code:
My.Computer.Network.DownloadFile(address ast string , destination file name as string)
Code:
My.Computer.Network.UploadFile(source file name as string, address as string)
somehow using vb 2005
thanks
Comment