Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以准确地解释我(如果有例子更好) FileUtils.cp_r 和同一类的其他类方法中 dereference_root 选项的含义吗?
先感谢您。
仅当您的源文件/目录是符号链接时才适用。如果是并且您指定了此选项,FileUtils.cp_r则将按照此链接复制原始文件,否则您将仅获得符号链接的副本。
FileUtils.cp_r
但这不适用于递归。因此,如果您的源文件夹中有其他符号链接,它们将按原样复制,而不会“取消引用”。