Windows has a default permissions inheritance scheme setup whereby
files/folders created in the user's home directory are (by default)
deletable by that same user. Creating folders in the root C: do not
inherit those same permissions, and as such may inadvertently have their
delete permissions stripped by a chmod().
@musm confirms that this fixes the recently-observed windows permissions issues.
Windows has a default permissions inheritance scheme setup whereby files/folders created in the user's home directory are (by default) deletable by that same user. Creating folders in the root C: do not inherit those same permissions, and as such may inadvertently have their delete permissions stripped by a
chmod()
.@musm confirms that this fixes the recently-observed windows permissions issues.