Re: Deleting folders with files
- Posted by ZNorQ <znorq at ho?ha?g.com> May 27, 2008
- 651 views
Kat wrote: > > 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</font></i> > > > > 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 Found the win32fil.ew which seems to contain what I need. Good thing I didn't need to use those blasted dos cmds. Thanks folks! Kenneth/ZNorQ