why does the 'fattrib' do not impact any changes in the folder permissions in 'Windows' ?

4 次查看(过去 30 天)
I am using 'fattrib' to make my folder writable. When i type the command, i get the following. ------------------------------------------------------
Name: 'D:\TestFolder'
archive: 0
system: 0
hidden: 0
directory: 1
UserRead: 1
UserWrite: 1
UserExecute: 1
GroupRead: NaN
GroupWrite: NaN
GroupExecute: NaN
OtherRead: NaN
OtherWrite: NaN
OtherExecute: NaN
Which means that, my folder is now writable and the "Read-Only" attribute is removed/de-selected.
But, when i check in windows, i see this
The changes which i made in MATLAB is not reflected in Windows.

回答(1 个)

Walter Roberson
Walter Roberson 2016-4-25
fileattrib('D:\TestFolder', '+w', '', 's')

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by