Retrieve path of MainFile in includeFile [Resolved]
Posted: Mon Jul 28, 2014 6:25 pm
Hello at all
Since the 5.30 the behaviour of include have changed.
Then if a MainFile call an includeFile, and in this includeFile i have a relative path, how can i do for retrieve the path of the caller MainFile ? 
Because before, that's works, my includeFile (not in the MainFile folder) call a RES beside the MainFile, and now i have search constant compiler and not found how have this path..
Have a good day
Since the 5.30 the behaviour of include have changed.
Code: Select all
- Changed: The way (X)IncludeFile and IncludeBinary works: it's now relative to the file which contains these statements (which is easier to handle)

Because before, that's works, my includeFile (not in the MainFile folder) call a RES beside the MainFile, and now i have search constant compiler and not found how have this path..
Have a good day