Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,772 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Trying to experiment on creating a VFS (Virtual File System ex OneDrive sort of) on windows using CFAPI (Cloud Filter Win32 API), this VFS basically replicates the cloud file system on the local desktop.
I need to update the ACL permissions on placeholder file/folder created on the VFS mount post I detect the chnage in ACL on specific directory in cloud. What are possible ways to update the ACL? Is it possible if I update it on parent it will percolate down to its children recursively? If possible please let me know how to do that.