J
John J.
Before starting a procedure I need to know if the user has at least READ
permissions on a certain folder. I found several ideas on Google but none of
them are suitable. The point is that I don't know beforehand if and which
files are in the folder. Also, when a user has only READ permissions, it is
no use to check if he can write to the folder.
I'm looking for something like Function canRead(strFolder as string) as
Boolean.
How could I achieve this or is it just not possible?
Thank you.
John
permissions on a certain folder. I found several ideas on Google but none of
them are suitable. The point is that I don't know beforehand if and which
files are in the folder. Also, when a user has only READ permissions, it is
no use to check if he can write to the folder.
I'm looking for something like Function canRead(strFolder as string) as
Boolean.
How could I achieve this or is it just not possible?
Thank you.
John