Re: Deleting folders with files
- Posted by Jeremy Cowgar <jeremy at cowgar.co?> May 26, 2008
- 641 views
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