Re: system() help
- Posted by jeremy (admin) Aug 15, 2008
 - 1618 views
 
I hate to say this, but maybe you need it for 3.x, but 4.0 standard library has the functions:
- file_exists
 - copy_file
 - rename_file
 - delete_file
 - move_file
 - create_directory
 - remove_directory
 - clear_directory -- remove dir recursively
 
You can look at how they are implemented via the URL:
http://rapideuphoria.svn.sourceforge.net/svnroot/rapideuphoria/trunk/include/std/filesys.e
Jeremy
		
