05.05.2011, 15:47 
	
	
	
	
	
	
				
				
					[Plugin] FileFunctions v0.1b
			
	
		
		
		
		05.05.2011, 15:49 
	
	
	
		Sorry, I won't be asking anymore..
	
	
	
	
		
		
		
		05.05.2011, 16:36 
	
	
	
		nice work
	
	
	
	
		
		
		
		05.05.2011, 16:42 
	
	
	
		Nice, but could you add a function to copy the file ? (like FileMove without deleting the original file)
	
	
	
	
		
		
		
		05.05.2011, 17:35 
	
	
	
		Good job Ryder, much more functionality than my own similar plugin.
	
	
	
	
		
		
		
		05.05.2011, 17:37 
	
	
	
	
	
	
		
		
		
		06.05.2011, 08:37 
	
	
	
		include INI system into it...
i will use when you done ini system,
adding:-
INI_String(filename,tag,strinbg[]);
INI_GetString(filename,tag);
INI_Restring(filename,oldtag[],new tag[]);
.... same fpr every thing like int, float , and more
ANYWAY NICE ONE!!!
	
	
	
i will use when you done ini system,
adding:-
INI_String(filename,tag,strinbg[]);
INI_GetString(filename,tag);
INI_Restring(filename,oldtag[],new tag[]);
.... same fpr every thing like int, float , and more
ANYWAY NICE ONE!!!
		
		
		
		06.05.2011, 10:09 
	
	
	
		There is already loads of different INI systems, we don't need any more.
	
	
	
	
		
		
		
		06.05.2011, 10:19 
	
	
	
		k 00ne
i agree too
	
	
	
i agree too
		
		
		
		07.05.2011, 11:23 
	
	
	
		When is the nice update done? 
Cant wait for it
	
	
	
	

Cant wait for it
	
		
		
		
		08.05.2011, 13:40 
	
	
	
		Nice
	
	
	
	
		
		
		
		26.05.2011, 00:06 
	
	
	
		No Linux? 
	
	
	
	
	
		
		
		
		19.06.2011, 07:37 
	
	
	
		Can you add this functions ?:
For example we have 5 files in directory "mydir" called: file1, lolfile, xfile, nyanfile, evilfile
Function GetFileInDirectoryByIndex will be return this file names by index:
did you understand ?
	
	
	
	
pawn Код:
GetFileInDirectoryByIndex(index,dir[], return_filename[], len);
CountFilesInDirectory(dir[]);
Function GetFileInDirectoryByIndex will be return this file names by index:
pawn Код:
EXAMPLE 1:
GetFileInDirectoryByIndex(1,"mydir") = file1
GetFileInDirectoryByIndex(2,"mydir") = lolfile
GetFileInDirectoryByIndex(3,"mydir") = xfile
GetFileInDirectoryByIndex(4,"mydir") = nyanfile
GetFileInDirectoryByIndex(5,"mydir") = evilfile
pawn Код:
EXAMPLE 2:
new fname[50];
for(new f = 1; f < CountFilesInDirectory("mydir"); f++)
{
GetFileInDirectoryByIndex(f,"mydir", fname, sizeof(fname));
printf("File index:%d name:%s",f,fname);
}
		
		
		
		19.06.2011, 08:28 
	
	
	Quote:
| 
 Can you add this functions ?: 
pawn Код: 
 Function GetFileInDirectoryByIndex will be return this file names by index: pawn Код: 
 pawn Код: 
  | 
		
		
		
		19.06.2011, 19:33 
	
	
	
		Thanks. Nice work RyDeR`
	
	
	
	
		
		
		
		22.06.2011, 10:28 
	
	
	
		Nice work
	
	
	
	
		
		
		
		04.07.2011, 18:49 
	
	
	
		Nice one RyDeR.
	
	
	
	
		
		
		
		04.07.2011, 20:33 
	
	
	
		FileIsDirectory if it hasn't been suggest yet.
	
	
	
	
		
		
		
		04.07.2011, 20:40 
	
	
	
		OK, enough suggestions I guess? I will start working on a completely new version tomorrow. Check topic sometimes.. 
	
	
	
	
	
		
		
		
		16.07.2011, 18:49 
	
	
	
		Can i hope for a upcoming linux version? 
	
	
	
	
	
					« Next Oldest | Next Newest »
				
				Users browsing this thread: 1 Guest(s)


