os.mv没有删除原目录文件 #2331
Unanswered
xiangyi-wang
asked this question in
Q&A
os.mv没有删除原目录文件
#2331
Replies: 1 comment
-
我测试可以,没啥问题 $ xmake l os.mv 'test/*.mod' /tmp/mod/
$ ls /tmp/mod/
sss.mod sss2.mod
$ ls test/
build src |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
用
os.mv
将fortran生成的.mod文件移动到build/mod
路径下,以便构建时调用,只执行了os.cp的功能,没有删除项目根目录下生成的.mod文件Beta Was this translation helpful? Give feedback.
All reactions