Scrivere su file presente nel web

« Older   Newer »
  Share  
MatteoJug
CAT_IMG Posted on 2/6/2008, 17:46 by: MatteoJug     +1   -1




Per leggerlo potresti fare:

CODICE
InetGet("file",@tempdir & "/~tmp_file.tmp")
$read=Fileread(@tempdir & "/~tmp_file.tmp")
Filedelete(@tempdir & "/~tmp_file.tmp")

SPOILER (click to view)
Sostituisci "file" con l'URL del file
 
Top
7 replies since 31/5/2008, 17:32   319 views
  Share