Re: Deleting folders with files
- Posted by Kat <KAT12 at coosahs.n??> May 26, 2008
- 652 views
CChris wrote: > > Jeremy Cowgar wrote: > > > > 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 > > <a href="http://jeremy.cowgar.com">http://jeremy.cowgar.com</a> > > I think Aku submitted such a lib to the Archive. So did Jeffrey Fielding and Brian Broker (win32fil.e). Kat