hello,

Can anyone tell me how to get a current path (working directory in linux), using WIN api or iostream.

Thanks in advance

Recommended Answers

All 2 Replies

_getcwd(). Its not a win32 api function. or GetCurrentDirectory() which is a win32 api function.

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.