123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|687|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> File Error

Mon, 18 Aug 2014, 13:53
dna
Hello

I wrote the code below and it continues to give me the error
'File does Not Exist' when it actually does physically reside on the drive.

What am I doing wrong?



-=-=-
DNA
Mon, 18 Aug 2014, 14:11
Jayenkai
That's horrible code, even by my god-awful standards. Use proper full length variable names, and don't cram more than 5,000 commands onto a single line, especially when you're trying to find and fix bugs.

Try using FileExist=0 or FileType=0 (iirc) rather than FileSize=0

-=-=-
''Load, Next List!''
Tue, 18 Nov 2014, 05:34
zzoom
Heres an example of your code modified with the readfile function being implemented - not sure if it achieves your goal or not, but it created a file in the root of the drive I ran the code example on....


-=-=-
Happy coding!