Quantcast
Viewing latest article 4
Browse Latest Browse All 5

Mengubah atribut properties File

procedure TForm1.Button1Click(Sender: TObject); begin with OpenDialog1 do if Execute then if SetFileAttributes(PChar(Filename), FILE_ATTRIBUTE_HIDDEN) then Caption:=’attribute was changed’ else Caption:=’attribute was not changed’; end;

Viewing latest article 4
Browse Latest Browse All 5