[EMAIL PROTECTED] wrote:

> I'm having a rough time trying to get Revolution to write a text file to the
> root of the user's hard-drive.   Wouldn't it be something like this?
> 
> put "\" & line 1 of the volumes & "\filetowrite.txt" into filetowrite
> 
> open filetowrite for write
> write "test" to file filetowrite
> close file filetowrite

It depends on the OS you're running.

Given the range of potential issues with file I/O, it's a useful habit to
check the result after opening a file.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to