FileManager f_write problem
#1

Hey!

Why wouldnt this code write anything ? No matter if I change mode on top to "w" as write, still nothing.

PHP Code:
new File:Test;
Test f_open("scriptfiles/test.txt""a");
if(!
Test)
{
      
file_create("scriptfiles/test.txt");
      
f_write(Test"hello");

I'm using FileManager 1.4 plugin and include.
Reply


Messages In This Thread
FileManager f_write problem - by NoteND - 10.03.2019, 10:02
Re: FileManager f_write problem - by NoteND - 10.03.2019, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)