Thx for solution
Search found 2 matches
- Fri Feb 29, 2008 11:58 am
- Forum: General Help (096)
- Topic: Acces Denied to readfile
- Replies: 2
- Views: 3559
- Fri Feb 29, 2008 7:52 am
- Forum: General Help (096)
- Topic: Acces Denied to readfile
- Replies: 2
- Views: 3559
Acces Denied to readfile
I've do a little script, in a package, to test the I/O function's on file ".txt"
use file;
use cfgfile;
use uo;
program textcmd_scrivifile ( who, filename )
var esito := readfile(filename);
SendSysMessage( who, "esito path: " + esito );
endprogram
Into var ESITO will must be the return of ...
use file;
use cfgfile;
use uo;
program textcmd_scrivifile ( who, filename )
var esito := readfile(filename);
SendSysMessage( who, "esito path: " + esito );
endprogram
Into var ESITO will must be the return of ...