I need to know if a specified directory (local or shared path with login credentials) has write permissions or not.
I am using GetFileAttributes but it always return
I think you are looking for AccessCheck. FYI, this is not a C++ question, but a Windows API question.