Go Back   FlashFXP Forums > >

Project: FlashFXP Bug Reports Ticket Tools
ID: 383 Category: General / Unknown
Title: Folder skip Status: Closed (Not a bug)
Severity: Minor Version: N/A

Junior Member
keuiki
09-21-2010, 12:06 PM
Folder skip

Hi.

I have a problem with skipping folders that aren't empty. What flashfxp does, is that it tries to enter the folder, which i do not have a persmission to enter, over and over again.

[L] 550 /path/[test] - ( 1118M 24F - COMPLETE ) - [test]: Permission denied.

Its these folders im talking about. I checked my old flashfxp, and apperently on that version it only tries to enter the folder 1 time, then it skips it. Is this removed in the new version, or have I missed it completely?

Thanks.
FlashFXP Developer
bigstar
09-21-2010, 04:02 PM
Re: Folder skip

What specific build are you using?

Make sure you're using the latest RC2 build.
Junior Member
keuiki
09-21-2010, 04:38 PM
Re: Folder skip

Using the 1485 build.

I tried to add the folder name to the skip list also, didn't seem to work either.
FlashFXP Developer
bigstar
09-27-2010, 09:41 AM
Re: Folder skip

Since the folder name has brackets in it [ ] the open bracket needs to be escaped i.e \[

v4.0 uses a subset of regular expressions and we use [] to match characters within the brackets, if you need to match [ then it needs to be escaped.


\[test] - ( 1118M 24F - COMPLETE ) - \[test]

Pattern matching rules

Matches a subset of regular expressions (* ? and [])
* Matches zero or more of any character
? Matches exactly one character
[<char set>] Matches character from <char set>
[^<char set>] Matches character not in <char set>
where <char set> can include multiple ranges and escaped characters \\ matches a slash \, \[ matches a open bracket [

Only characters within <char set> need to be escaped, with the exception of the [ character, If you need to match a [ then it must always be escaped.

Example:
Pattern "[a-z0-9_]bc?*c" Filename "abcabc" Match = True
Junior Member
keuiki
09-27-2010, 03:33 PM
Re: Folder skip

Thank you so much! That worked like a charm.
Ticket Tools
Subscribe to this Ticket


Posting Rules
You may not post new tickets

Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 04:53 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)