开发者

Rails / Rename or move files

开发者 https://www.devze.com 2023-03-28 20:09 出处:网络
I found a couple of different ways to move a file with ROR, but I couldnt get it to work, whats the best and simplest way to move or rename a开发者_JAVA百科 file ? You can use the standard method:

I found a couple of different ways to move a file with ROR, but I couldnt get it to work, whats the best and simplest way to move or rename a开发者_JAVA百科 file ?


You can use the standard method:

File.rename(old_name, new_name)

Or you can use FileUtils which offers additional functionality.

0

精彩评论

暂无评论...
验证码 换一张
取 消