PathExplore++ by Milos Tziotas

Path Explore ++ Made by Tziotas Milos
=====================================
..........Monday, February 24th, 2003
=====================================
Assembled with MASM

This RadASM AddIn is inspired by
the original Path Explore Plus.

#####################################
E-Mail: tziotas@gmx.net
ICQ # : 71895226

In you can insert this section:

[MinorFiles]
;Used by PthExpl++ addin to delete minor files.
MinorFiles=*.ro.inc;*.res;*.obj;*.link;*.extpub.inc;*.data.inc;*.consts.inc;*.bss.inc;

This allows you to specify default files for this assemblers projects.

PathExplore++ adds three menu items to the project menu. Set Minor Files and Delete Minor Files allow you to delete files that are not necessary to your project before you package it for distribution. For example when distributing software with source there is no need to include the .obj files as they can be generated from the source. This will save space in your distribution. The final menu item is Path Explore that opens a shell of your project folder allowing you to perform file operations.