View Single Post
  #3 (permalink)  
Old 03-05-2008, 03:35 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,466
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Version 1.1 posted with FileMove and FileRename added. In fact, somewhat surprisingly, there is no direct file rename ability available in .NET - it has to be done by moving a file - i.e copy and delete, so it could be done that way in B4PPC. However I have provided these two functions anyway!

FileRename is in fact a FileMove using the path of the original file as the path of the new file.
Reply With Quote