1. [GEN] set file attributes?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Jan 10, 2001
- 509 views
Can anyone tell me how set file attributes with Euphoria? I'm trying to make a file/directory backup utility. Dan Moyer
2. Re: [GEN] set file attributes?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Jan 11, 2001
- 488 views
Thanks Brian, I'll give it a look-see. Dan ----- Original Message ----- From: "Brian Broker" <bkb at CNW.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, January 10, 2001 9:55 AM Subject: Re: [GEN] set file attributes? > On Wed, 10 Jan 2001 05:01:55 -0800, Dan B Moyer wrote: > > >Can anyone tell me how set file attributes with Euphoria? > > > >I'm trying to make a file/directory backup utility. > > > >Dan Moyer > > Dan, > > Check out Daniel Berstein's stamped library that uses DOS interrupts for > doing file commands, including a 'chmod' function. > > http://www.rapideuphoria.com/dos.zip > > -- Brian
3. Re: [GEN] set file attributes?
- Posted by Al Getz <xaxo at AOL.COM> Jan 11, 2001
- 450 views
Hello again Dan, I should be posting a program that modifies file attribs that is part of a larger program using the win32api. There is a function to do just that. Its quite a simple function. Should be posted in a day or two. Take care now, Al
4. Re: [GEN] set file attributes?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Jan 12, 2001
- 458 views
- Last edited Jan 13, 2001
Thanks Al, Wolfgang has pointed out to me that there is a perfectly useable example of setting file attributes in his tutorial :) (example attrib2.exw ) Dan ----- Original Message ----- From: "Al Getz" <xaxo at AOL.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Thursday, January 11, 2001 2:38 PM Subject: Re: [GEN] set file attributes? > Hello again Dan, > > I should be posting a program that modifies file attribs > that is part of a larger program using the win32api. There > is a function to do just that. Its quite a simple function. > Should be posted in a day or two. > > Take care now, > > Al