Hallo
This is what i was surching for a very long time. But i must filter the files i want listed in the .txt file by the extension of the files.. could someone help me?
|
Newbie Member
|
|
| 11Sep2009,15:30 | #11 |
|
Newbie Member
|
|
| 12Sep2009,01:59 | #12 |
|
Dis is great Keep it up. i hope to learn more from u.
|
|
Newbie Member
|
|
| 24Sep2009,19:22 | #13 |
|
Quote:
Originally Posted by SaswatPadhi
SaswatPadhi
like this
|
|
~ Б0ЯИ Τ0 С0δЭ ~
|
![]() |
| 24Sep2009,19:37 | #14 |
|
Quote:
Originally Posted by chmod777 Thanx for reporting. ![]() There was a typo at this line : Set objColFolders = objFolder.FoldersIt should read : Set objColFolders = objFolder.SubFolders.Correct code [ TESTED ] is : Code: VB
chmod777
like this
|
|
Newbie Member
|
|
| 24Sep2009,19:55 | #15 |
|
Well that did the trick. Thanks.
|
|
~ Б0ЯИ Τ0 С0δЭ ~
|
![]() |
| 24Sep2009,20:03 | #16 |
|
My pleasure
|
|
Newbie Member
|
|
| 13Nov2009,12:36 | #17 |
|
How do i code such that, the filename that is captures will be stored into an array of strings? Thanks!
|
|
Newbie Member
|
|
| 29Jan2010,16:06 | #18 |
|
Is it possible to tiune this skript, so I get a file contianing fileextention, size and owner of the file?
(I found something similar in asp: classicasp.aspfaq.com/files/directories-fso/how-do-i-find-the-owner-author-and-other-properties-of-a-file.html but I dont know how to do so in vbs or similar |
|
Pro contributor
|
|
| 29Jan2010,16:58 | #19 |
|
This is very good and fairly simple. It would be nice if you explained each line for those not familiar with VB
|
|
Newbie Member
|
|
| 25Feb2010,06:45 | #20 |
|
Hi here,
Very good example guys. However, I would like to push a little bit ... Let's say I have a folder containing 140k .CSVs files (avg size 5k) and I want to list them all files not to a file but to memory into an array or something... so then after listing I would be about concatenate all those files into one single big.CSV file. is that possible? Rom |



