dini rename
#5

For manipulation of the archives with file functions is very simple.

Principals functions:

fexists:
Quote:

fexists(FileName);

fopen:
Quote:

fopen(FileName);

with params:
Read only
Quote:

fopen(FileName, io_read);

Write only
Quote:

fopen(FileName, io_write);

Append only
Quote:

fopen(FileName, io_append);

Read e Write only (use loop in this function)
Quote:

fopen(FileName, io_readwrite);

fread:
Quote:

fread(FileName, String);

with loop:
Quote:

for(new i; i < fread(FileName, String); i ++) printf(String);

fwrite:
Quote:

fwrite(FileName, String);

fclose:
Quote:

fclose(FileName);

fremove:
Quote:

fremove(FileName);

Reply


Messages In This Thread
dini rename - by Miller007 - 12.05.2016, 12:57
Re: dini rename - by jlalt - 12.05.2016, 13:03
Re: dini rename - by Miller007 - 12.05.2016, 13:11
Re: dini rename - by jlalt - 12.05.2016, 13:18
Re: dini rename - by F1N4L - 12.05.2016, 13:31

Forum Jump:


Users browsing this thread: 2 Guest(s)