This is gonna seem really daft, im not quite with it today
Say i was asking ASP to ignore a word when it was performing an action:
----
varIgnore = "materials.asp"
If objFileItem.Name <> varIgnore Then
....
----
How would i make it ignore
1)more files than just the one ive specified
2)files that end with an extension, which i dont know the name of
Thanks guys
Dave

Say i was asking ASP to ignore a word when it was performing an action:
----
varIgnore = "materials.asp"
If objFileItem.Name <> varIgnore Then
....
----
How would i make it ignore
1)more files than just the one ive specified
2)files that end with an extension, which i dont know the name of
Thanks guys
Dave