IVersionControlMakeSubfoldersNotReadOnly Method |
Removes the read-only attribute from all subfolders.
OneDrive often likes to make folders read-only, so for models/catalogs saved to OneDrive, the subfolders are often automatically read-only.
This causes problems for Git, as it needs to be able to delete the folders when checking out a commit, so we need to remove the read-only attribute.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxvoid MakeSubfoldersNotReadOnly()
See Also