
Originally Posted by
Normnet
You are saying if the include isn't in the main pbp folder it is within one of it's sub folders?
It doesn't have to be a sub folder in main pbp-file folder. It can be any folder and path is point to it (same like in command prompt, i.e: "cd .." goes 1 level up for current folder).
Example:
If main pbp-file is located
and include files
In MCS I can do
Code:
include "..\incl\[filename_to_be_included].pbp"
so starting folder is "c:\pic\pbp\prog" and then it goes one level up "c:\pic\pbp" and then to "incl"-folder, which is parallel to prog.
-Gusse-
Bookmarks