Try this (though it's a bit late)
Dim buffer (1 to 1000) As Byte
Dim numFile
numFile = FreeFile
Open "patapim.file" For Random as #numfile Len=Len(buffer)
So that you can read with a buffer of 1000 bytes.
It's great knowing Quick Basic!
seems like the right topic
Anybody know how i can scan a folder of files and collect the bytesize of all in the directory.. do i use FileLen?
Many Thanks
ignore last message this is problem
I get the message file not found at:
result = result + filelen(a)
the a is equal to the first file but wont proceed?