Best approach to turn a user created folder beneath the virtualization root into a placeholder directory? #75
-
I have a situation where a client creates some directories/files beneath the virtualization root. At a later point, a subset of the directories/files are requested by the client to be backed by the provider's backing store. For files, I'm able to call I've tried the following, but have not be able to trigger directory enumeration on the user created directories:
I'm very confused how to achieve this scenario. Any guidance would be greatly appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You want PrjMarkDirectoryAsPlaceholder. That will turn a full directory into a placeholder directory, and you should start getting enumeration callbacks on it. |
Beta Was this translation helpful? Give feedback.
You want PrjMarkDirectoryAsPlaceholder. That will turn a full directory into a placeholder directory, and you should start getting enumeration callbacks on it.