Click or drag to resize

VersionControlManagerMakeSubfoldersNotReadOnly 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.Gui.VersionControl
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public void MakeSubfoldersNotReadOnly()
See Also