Posts Tagged ‘moveto’
How to rename a file
-
function MoveFile()
-
dim OrigFilename as string = "myfile.pdf"
-
-
Dim fi As New FileInfo(OrigFilename)
-
-
fi.MoveTo("myNewFile.pdf")
-
-
end function
.net, fileinfo, How to, moveto
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)