Where is the problem?
#1

Quote:

pawno\include\filemanager.inc(5) : error 010: invalid function or declaration
pawno\include\filemanager.inc(5) : error 001: expected token: ";", but found "("

PHP код:
native file_move(file[],destination[]); // Moves a file
native file_delete(file[]); // Deletes a file
native file_create(file[]); // Creates a file
native file_write(file[],text[],mode[] = "a"); // Writes in append mode to a file, option to set write mode, append mode is default
native file_read(file[],storage[], sizeof(storage)); // Saves to the specified string
native file_log(); // Adding this will enable logging
native file_exists(file[]); // Check if a file exists
native dir_create(directory[]); // Creates a new directory
native dir_delete(directory[]); // Deletes a directory (Directory MUST be empty!)
native dir_exists(directory[]); // Check if a directory exists 
what can be the problem?
Reply


Messages In This Thread
Where is the problem? - by LZLo - 02.09.2011, 18:12
Re: Where is the problem? - by Kingunit - 02.09.2011, 18:17
Re: Where is the problem? - by Vince - 02.09.2011, 18:20
Re: Where is the problem? - by LZLo - 02.09.2011, 18:31
Re: Where is the problem? - by [MG]Dimi - 02.09.2011, 22:39
Re: Where is the problem? - by Amel_PAtomAXx - 02.09.2011, 22:54
Re: Where is the problem? - by =WoR=G4M3Ov3r - 02.09.2011, 23:01
Re: Where is the problem? - by =WoR=G4M3Ov3r - 02.09.2011, 23:32
Re: Where is the problem? - by Vince - 02.09.2011, 23:34
Re: Where is the problem? - by =WoR=G4M3Ov3r - 02.09.2011, 23:38

Forum Jump:


Users browsing this thread: 2 Guest(s)