How to enter path in FILEMGR_CheckPathAccess API??? | developer.brewmp.com How to enter path in FILEMGR_CheckPathAccess API??? | developer.brewmp.com

Developer

How to enter path in FILEMGR_CheckPathAccess API???

Forums:

:confused:

Hi,

I am using IFILEMGR_CheckPathAccess API.
But it is returning me EBADFILENAME error, error 259.
I am enterning the path as followos:-
for share directory - "fs:/shared"

Can any one please help me out.

The code is as follows:-
IFILEMGR_CheckPathAccess(fileManeger, "fs:/shared", desiredRights, &rights);

Thanks in advance.