SA-MP Forums Archive
[INC & USEFULL FUNCTION] dFile System 0.2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [INC & USEFULL FUNCTION] dFile System 0.2 (/showthread.php?tid=84992)



[INC & USEFULL FUNCTION] dFile System 0.2 - illay - 04.07.2009

0.2 English Version
Description:
Plus file functions! Author David.
Ideas write to comment (reply)

Credit:
David, Luby (String Delete)

Version log:
0.1: Added: dfile_fcopy,dfile_fdelete,dfile_frename (fixed dfile_fcreate bug)
[CURRENT] 0.2: Added: dfile_write_ex,dfile_fexist_ex (fixed little bug's)
0.3 ...:
Usersystem, dfile_create_user,dfile_open_user,dfile_close_user ,dfile_remove_user...
Ban System, dfile_create_ban, dfile_remove_ban...
Path System,dfile_fcreate("Logs/Log","log","txt",false)...
+Language: Hungaryan

Functions:

dfile_fcreate( filename[ ], fileformat[ ], bool:timemode); = create one file + time , date mode!
dfile_fdelete(filename[ ], fileformat[ ], bool:backupmode); = delete the file + backup mode!
dfile_fcopy(filename[ ], fileformat[ ]); = copy the file!
dfile_frename(old_filename[ ], fileformat[ ], new_filename[ ]); = rename one file!
dfile_fexist_ex(filename[],fileformat[]); Fexist the file. If not found, auto. create the file!-NEW
dfile_write_ex(filename[],fileformat[],string[]); Write to file+Date & Time -NEW

Download:

Version 0.2



Re: [FUNCTION] fcreate (Creating file+Format support) V.0.2 (Format Len Bug Fixed) - illay - 04.07.2009

Thanks seif


Re: [USEFULL FUNCTION] fcreate (Creating file+Format & Time support) V.0.3 - illay - 05.07.2009

- deleted


Re: [USEFULL FUNCTION] fcreate (Creating file+Format & Time support) V.0.3 - Weirdosport - 05.07.2009

What makes you think he stole the scripts? The post on his forum was on the 29th of June, several days before you released this here?


Released 0.1 - illay - 05.07.2009

Released 0.1

Added
fdelete(filename[ ], fileformat[ ], bool:backupmode); = delete the file + backup mode!
fcopy(filename[ ], fileformat[ ]); = copy the file!
frename(old_filename[ ], fileformat[ ], new_filename[ ]); = rename one file!


Re: [USEFULL FUNCTION] New File Functions 0.1 BETA (TESTED) - refshal - 05.07.2009

Yay, renaming files FTW! Good work.


Released 0.2 - illay - 06.07.2009

0.2 Released