[Implemented] New constant: #PB_Compiler_FilePath
Posted: Wed Oct 22, 2008 10:34 pm
Hello,
Besides the following constant ...
... it would be helpful to have a constant with the full path to the actual file being compiled, ie.: #PB_Compiler_FilePath
With this constant it would be easier to handle nested include files!
cu, guido
Besides the following constant ...
Code: Select all
#PB_Compiler_File : Full path and name of the file being compiled, useful for debug purpose.
With this constant it would be easier to handle nested include files!
Code: Select all
XIncludeFile #PB_Compiler_FilePath + "include_X.pbi"
XIncludeFile #PB_Compiler_FilePath + "..\include_Y.pbi"