Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
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.

Antworten (1)

Walter Roberson
Walter Roberson am 25 Apr. 2016
fileattrib('D:\TestFolder', '+w', '', 's')
  1 Kommentar
Sriharsha
Sriharsha am 25 Apr. 2016
i used the same command
fileattrib('D:\TestFolder', '+w', '', 's')
But still, the same response. There is no impact on Windows side.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by