"Pablo Giménez" <[email protected]> :

> Is it possible, looking at the help I haven't found any function to
> make file operations, crossplatform, to move/copy/rname files etc ..
> I mean using vim scripting.
> Is it possible?

It seems you missed at least:
- rename(), which moves and renames
- delete()
- filewritable()
- fileredeable()
- getf*()
- resolve()

Regarding the copy, you'll have either to play with readfile() and writefile(), 
or to encapsulate system calls to cp/copy depending on has(*) results.

-- 
Luc Hermitte
http://lh-vim.googlecode.com/
http://hermitte.free.fr/vim/

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to