AuthServerMessageManager.notifyExecuteCommandErrorDetected(m_strAuthPath, "SetDirAccessRights", exception);
}
try {
DeviceData argin = new DeviceData();
argin.insert(m_tfFileAccessRights.getText());
proxy.command_inout("SetFileAccessRights", argin);
} catch (DevFailed exception) {
AuthServerMessageManager.notifyExecuteCommandErrorDetected(m_strAuthPath,"SetFileAccessRights",exception);
}
}
}