S
Stewart
Hi, I'm working on a program in VC++ right now that needs to set file
permissions of a given file to 766 (read/write/execute). Now I've found
the _chmod() function in the API help docs, but that only caters for
read/write.
Is there ANY way of setting 766 to a file through C++ at all?
Many thanks.
Mike
permissions of a given file to 766 (read/write/execute). Now I've found
the _chmod() function in the API help docs, but that only caters for
read/write.
Is there ANY way of setting 766 to a file through C++ at all?
Many thanks.
Mike