Im trying to declare some paths in my script like so:

PATH "models";
PATH "terrain";

But no matter what I get an "unknown identifier" error message at runtime. Ive tried declaring them in .c files, .h files and .wdl files. nothing works - i just get that same error message. How on earth do i declare a path?