View Single Post
  #6 (permalink)  
Old August 11th, 2002
prh99 prh99 is offline
Disciple
 
Join Date: July 18th, 2002
Posts: 19
prh99 is flying high
Default

They get the names with a routine that returns all files in a folder (involves and API call or two) or by having the user pick out the individual files to share. The sizes are easy, C\C++ and VB all have functions that can be used to get the file size. I am not sure what you mean by attribute, but if its the extension it's just a simple matter parsing the file name.
Reply With Quote