* SetFAttr now fails on attempt to set VolumeID

This commit is contained in:
olle 2005-04-03 22:16:02 +00:00
parent c5373fd3b9
commit 1595efd65b

View File

@ -872,6 +872,7 @@ End;
if (attr and VolumeID) <> 0 then
begin
Doserror := 5;
Exit;
end;
DosError := PathArgToFSSpec(StrPas(filerec(f).name), spec);