Closed ghost closed 7 years ago
We still have a problem with System folders like "System Volume Information" or "$RECYCLE.BIN"
The current solution excludes this folders by adding an exclude rule:
filters << convertRuleToByteArray( "**",false );
but this is a bug!
Could i bee a solution the exclude the system folders by default like :
filters << convertRuleToByteArray( "System Volume Information/",false );
?
Yes, you are right. We should use "startsWith('+') "