for(file(var/G as file|null,"archive/[G]"))
fcopy(G)
AddFile(G)
Problem description:
uhm. im rely sick. any help would help.
ID:144566
![]() Oct 26 2006, 4:14 pm
|
|
Code:
for(file(var/G as file|null,"archive/[G]")) Problem description: uhm. im rely sick. any help would help. |
for(var/F in flist("archive/")) |
for(W in flist("archive/")) Use if("[FILE]" in flist("archive")) return |
im workin off your stuff capt.
Download_File() |
I should have used datums in there. Instead, I abused the associative list. If you want to see if a file exists, you will have to loop through all of the people to see.
Of course, you could fcopy() the data to a subfolder of the game onto your computer. With that system, it's just located to the game's rsc file. proc/FileExists(var/FILE) I would rewrite that system for datums. I can help you do it after school. It's Friday! w00t! |
This would output the file names in that directory as text, to convert it to a file (per say), I recommand file() >_> But I am tired so I dunno.. >.>
- GhostAnime