I'm working on my "next project" and was wondering could someone test out the code below. It will basically list all the includes that are being used in a script file. Notice how it looks inside other UDFs to determine the includes used there as well. Magic! Thanks. #include <Array.au3> #include <Constants.au3> #include <File.au3> #include <WinAPIEx.au3> Global Const $STR_NOCASESENSEBASIC = 2 ; #include "myIncludes\Example.au3" ; For testing relative paths. Exam