![]() |
SetFileAttribute
hallo
kann mir einer die funktion an dem bespiel der boot.ini erklären wenn ich die sichtbar machen will und nich read only ?? ich komm damit nich klar und boardscuhe und google geben auch nich wirklich viel her Mfg. PBiggi |
Re: SetFileAttribute
![]() |
Re: SetFileAttribute
Delphi-Quellcode:
var
Attr: DWORD; begin if FileExists(FileName) then begin Attr := GetFileAttributes(PChar(FileName)); Attr := Attr and not FILE_ATTRIBUTE_HIDDEN; SetFileAttributes(PChar(FileName), Attr); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:29 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz