My.Computer







Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
My.Computer.FileSystem.CopyDirectory("C:\Prova\_GeneraForm", "C:\Pippo", FileIO.UIOption.AllDialogs, FileIO.UICancelOption.ThrowException)
Catch ex As Exception
'utente ha cancellato

End Try
End Sub

My.Computer.FileSystem.CombinePath
My.Computer.FileSystem.CopyFile
My.Computer.FileSystem.CreateDirectory
My.Computer.FileSystem.CurrentDirectory
My.Computer.FileSystem.DeleteDirectory
My.Computer.FileSystem.DeleteFile
My.Computer.FileSystem.DirectoryExists
My.Computer.FileSystem.Drives
My.Computer.FileSystem.FileExists()
My.Computer.FileSystem.FindInFiles
My.Computer.FileSystem.GetDirectories
My.Computer.FileSystem.GetDirectoryInfo










( mycomputer.html )- by Paolo Puglisi - Modifica del 17/12/2023