Page 1 of 1

Color Coding of Subfolders by extension type

PostPosted: Sat Dec 04, 2010 1:02 pm
by Sisko2010
Hello, I am a newbie and just purchased this application this morning.

I would like to color code files within different folders that are on my desktop.
I have had no problem color coding files by type that are not in folders on my desktop but for some
reason I cannot do the same for files within folders.

Here is an example of my approach. Perhaps there is a flaw in my logic

If all of the following conditions are met

Kind is Folder
Subfolder depth is 2
Extension is avi

Do the following
Run rules on folder contents
Set color label to Red

Any ideas at all since I really would like to use this feature in the program .

Re: Color Coding of Subfolders by extension type

PostPosted: Sun Dec 05, 2010 9:36 am
by dhy8386
Sisko2010 wrote:Hello, I am a newbie and just purchased this application this morning.

I would like to color code files within different folders that are on my desktop.
I have had no problem color coding files by type that are not in folders on my desktop but for some
reason I cannot do the same for files within folders.

Here is an example of my approach. Perhaps there is a flaw in my logic

If all of the following conditions are met

Kind is Folder
Subfolder depth is 2
Extension is avi

Do the following
Run rules on folder contents
Set color label to Red

Any ideas at all since I really would like to use this feature in the program .



easy in two rules

if kind is folder
run rules on folder contentst

if extension is "extension"
set color label to

thats it just make nsure the subfolder rule is first

Re: Color Coding of Subfolders by extension type

PostPosted: Sun Dec 05, 2010 7:01 pm
by Sisko2010
dhy8386 wrote:
Sisko2010 wrote:Hello, I am a newbie and just purchased this application this morning.

I would like to color code files within different folders that are on my desktop.
I have had no problem color coding files by type that are not in folders on my desktop but for some
reason I cannot do the same for files within folders.

Here is an example of my approach. Perhaps there is a flaw in my logic

If all of the following conditions are met

Kind is Folder
Subfolder depth is 2
Extension is avi

Do the following
Run rules on folder contents
Set color label to Red

Any ideas at all since I really would like to use this feature in the program .



easy in two rules

if kind is folder
run rules on folder contentst

if extension is "extension"
set color label to

thats it just make nsure the subfolder rule is first


Thanks very very much, your explanation worked perfectly. It is so important to set up the subfolder commands first, it worked like a charm.