Re: File handling
- Posted by mountains at MINDSPRING.COM Jun 06, 1998
- 659 views
At 08:05 PM 6/6/98 -0300, you wrote: >Has anyone done routines for deleting, renaming, copying, moving, and >creating temporary files? > >I'd never realized Euphoria didn't bring this ?! > >Rob, why don't you include these standard C functions on next release >(there're at io.h, stdio.h, dir.h): > > access chmod chsize lock > unlock mktemp remove rename > mkdir rmdir > How about system(delete, rename, mkdir, rmdir, attrib)? The file/record lockings are available via an interrupt, so a Euphoria include file could be written to call the interrupt, if there was any interest. How many people are runnng Euphoria on shared data? Irv