Does ACE library has any API to get the current running directory? I tried to use ACE_OS::getcwd(), but unfortunately it didn't help
Asked
Active
Viewed 121 times
1 Answers
0
Yes, but it is ACE_OS::getcwd
as you mention in your question, it directly calls the POSIX getcwd function.

Johnny Willemsen
- 2,942
- 1
- 14
- 16