View Single Post
blackdevil72
Member
Join Date: Jun 2010
Location: Bordeaux (France)
Old 04-25-2019 , 20:43   Re: Is ti possible to include .sp files?
Reply With Quote #6

Thank you every one that is what I was searching for. For the sake of any one searching this in the future here is a short resume of this:

PHP Code:
#include <something> 
Will search .inc files in the "include" folder

PHP Code:
#include <something.sp> 
wilt search .sp files in the "include" folder

PHP Code:
#include "something.sp" 
will search .sp files in the same folder
__________________


Last edited by blackdevil72; 04-25-2019 at 21:19.
blackdevil72 is offline