Search results for query: *

  1. G

    Moving Files

    If you are using 2005, you have a MoveFile option in the My namespace... My.Computer.FileSystem.MoveFile("c:\somefile.txt", "c:\somedirectory\newfilename.txt")
  2. G

    String functions

    In 2005 you also have the My Namespace.... Dim MyString As String = "c:\this\is\a\path\file.txt" MessageBox.Show(My.Computer.FileSystem.GetFileInfo(MyString).Directory.Name)
Back
Top