Hi Jack,
You are not able to create a Dictionary Link alias to a Free table directory in a Data Dictionary.
What you can do is specify the full path or relative path from the dictionary to the free table folders.
For example you could query the error log as a free table from a dictionary using the following
Select * from "c:\ads_err.adt" ads_error where ads_error.error_number > 10
Edgar