开发者

Rails / Rename or move files

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜