J
Jim Madsen
How do you get the "file size on disk" for a file (as opposed to the
file size (length))?
file size (length))?
Jim said:How do you get the "file size on disk" for a file (as opposed to the
file size (length))?
Jim said:As a learning exercise for myself with vbdotnet, I am writing a
program for my daughter. The requirement is to look for files with
three different file extensions, and group the files with the same
name together. It needs to create subdirectories, copy files with
these extensions to the subdirectories, so that each subdirectory
holds just under the maximum amount that can be copied to a DVD. And
if there isn't room for a group of 3 files, it needs to be copied to
the next subdirectory, rather than just have one or two of the files
on the first subdirectory.