Arokh
Well-known member
- Joined
- Apr 11, 2006
- Messages
- 124
I have about 6200 little files in a directory,
which might be used by my program but in most cases the file will only be used once.
Now having 6200 files of 2-10kb in a directory looks bad, so Im looking for another way:
One solution I thought of was creating a file which acts a an archive and contains all files.
I cant use zip compression because if I need to use one of the files,
I would like to get them as fast as possible without decompressing the whole archive first.
Is there an easy way to pull this off, or do I have to write something like that myself?
which might be used by my program but in most cases the file will only be used once.
Now having 6200 files of 2-10kb in a directory looks bad, so Im looking for another way:
One solution I thought of was creating a file which acts a an archive and contains all files.
I cant use zip compression because if I need to use one of the files,
I would like to get them as fast as possible without decompressing the whole archive first.
Is there an easy way to pull this off, or do I have to write something like that myself?