so i've been scanning through the ruby docs and i've found
File.move (deprecated?)
File.rename
FileUtils.mv
is there any way to that i haven't found to do a move and rename at once? Something like
Code Ruby:current_path = blah new_path = newBlah File.move(path_to_file+filename, new_path+new_filename)
thanks for any help/insight.




Bookmarks