Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File attributes question

Status
Not open for further replies.

Simmy

Technical User
Sep 7, 2002
27
GB
Hi
Hope someone can help, think I may be being a little dim because I'm sure I have already done this once, but here goes
I have the following code which loops through my MP3 folder on my computer, I am trying to get the attributes for each of the files in the folder but can't remember how to find the attribute source...

With Application.FileSearch
.LookIn = CDFolder
.FileType = msoFileTypeAllFiles
.Execute
TheFiles = .FoundFiles.Count
TotalFiles = TotalFiles + TheFiles
End With

e.g.
Name of artist
Name of song
etc...

Thanks in adveance for any help
Simmy
[ponder]
 
Hi guys

Found the module I need, sorry about that, just needed a rest away from the comp

Simmy
[mad]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top