It does in CVS CMake... (recently added...) From my current Windows build:<div><br></div><div><div>C:\Users\david.cole\Dashboards\My Tests\CMake Win32-vs8-Release>bin\release\cmake -E</div><div>CMake Error: cmake version 2.7.20090625</div>
<div>Usage: bin\release\cmake -E [command] [arguments ...]</div><div>Available commands:</div><div> chdir dir cmd [args]... - run command in a given directory</div><div> rename oldname newname - rename a file or directory (on one volume)</div>
<div> copy file destination - copy file to destination (either file or directory)</div><div> copy_if_different in-file out-file - copy file if input has changed</div><div> copy_directory source destination - copy directory 'source' content to directory 'destination'</div>
<div> compare_files file1 file2 - check if file1 is same as file2</div><div> echo [string]... - displays arguments as text</div><div> echo_append [string]... - displays arguments as text but no new line</div>
<div> environment - display the current enviroment</div><div> make_directory dir - create a directory</div><div> md5sum file1 [...] - compute md5sum of files</div><div> remove_directory dir - remove a directory and its contents</div>
<div> remove [-f] file1 file2 ... - remove the file(s), use -f to force it</div><div> tar [cxt][vfz] file.tar file/dir1 file/dir2 ... - create a tar archive</div><div> time command [args] ... - run command and return elapsed time</div>
<div> touch file - touch a file.</div><div> touch_nocreate file - touch a file but do not create it.</div><div> build build_dir - build the project in build_dir.</div><div> write_regv key value - write registry value</div>
<div> delete_regv key - delete registry value</div><div> comspec - on windows 9x use this for RunCommand</div><div><br></div><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 5:48 PM, Marcel Loose <span dir="ltr"><<a href="mailto:loose@astron.nl">loose@astron.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
Is there a reason why cmake -E does not support move/rename?<br>
<br>
Best regards,<br>
Marcel Loose<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>