Rails / 重命名或移动文件
我发现了几种不同的方法来使用 ROR 移动文件,但我无法让它工作,移动或重命名文件的最佳和最简单的方法是什么?
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 file ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用标准方法:
或者您可以使用提供附加功能的 FileUtils。
You can use the standard method:
Or you can use FileUtils which offers additional functionality.