Re: Deleting folders with files

new topic     » goto parent     » topic index » view thread      » older message » newer message

ZNorQ wrote:
> 
> 
> I know about the rmdir/rd in windows, I was kind of hoping that there where
> own set of functions in the Euphoria language that could handle this - or
> atleast
> in Win32Lib.
> 
> The rmdir/rd will have to do. Thanks for the help, Derek.
> 

Unfortunately that will not always work. That only works on Windows XP/Vista. On
Win 95/98/ME you will need to use deltree, which is not available then on Windows
XP/Vista.

I am thinking maybe we need basic file system manipulation commands in 4.0
standard library such as:

delete, copy, move, exists, etc...

--
Jeremy Cowgar
http://jeremy.cowgar.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu