How to search for Directories

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
RADiCAL
Junior Member
Junior Member
Posts: 73
Joined: 2003-10-16, 18:57 UTC

How to search for Directories

Post by *RADiCAL »

Hi.

I searched the forum and did not find an answer for my question.
How can I search for multiple directories names ?
I was able to search for WINNT for example and it found the C:\WINNT directory, but if I added more names, it did not find anything. I used the semicolon as a delimiter, for example: WINNT;GAMES.

I hope that you can help me.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Regex ON
WINNT|GAMES
I switched to Linux, bye and thanks for all the fish!
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

I don't think you need regex... just separate the directory names with a space. And in the Advanced tab check Attributes - Directory.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Hacker
Didnt work for me properly, if spaces are in the names.
I switched to Linux, bye and thanks for all the fish!
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Double quotes should work...

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Hacker
Oops, right! :oops:
I switched to Linux, bye and thanks for all the fish!
User avatar
RADiCAL
Junior Member
Junior Member
Posts: 73
Joined: 2003-10-16, 18:57 UTC

Post by *RADiCAL »

10x. I want to clarify all this:
Using space as a delimiter did not work for me.
What did work was:
1. check Regex
2. pipe (|) as the delimiter.
10x again for you 2.
Post Reply