Brad, the best way to link to your models/ sounds etc, even if they are in your folder, is to do something like this:
Lets say you have your models in a folder called Media, within the same directory as your exe.
To get at the model called "man.x", you would put this as the path:
".\Media\man.x"
Notice the ".\" part?
That tells windows that to the start of the path, you want to add the absolute path, ie, the "C:\Program Files\" etc part.
This is also handy when giving your game to other people, as it means that no matter where they put the exe, and the folders with it, it will still load the models
Also, as a side note, if you want to specify the folder ABOVE the current one, then you use "..\" ( doube dot ).
For example, if your exe is in "C:\program Files" and you want to access a file called text.txt which is stored at "C:\Stuff\text.txt", then you would use: "..\Stuff\text.txt"
Jess.

Team EOD :: Programmer/All-Round Nice Guy
Aust. Convention!