How to get the current directory

Hi,

I can’t see that there is an action which gets the current directory. How can I do this in Finalbuilder?

Thanks

jeff

Hi Jeff

There is no such thing as the current directory in FinalBuilder. You need to specify the full path when using paths in FinalBuilder. FinalBuilder is heavily multi-threaded, and the windows api calls for current directory are not thread safe. This blog post has some useful info on this topic :

Thanks Vincent.

I found that variable FBProjectDir gave me what I needed.