// faReadOnly 0x01 Schreibgeschützte Datei // faHidden 0x02 Verborgene Datei // faSysFile 0x04 Systemdatei // faVolumeID 0x08 Laufwerks-ID // faDirectory 0x010 Verzeichnis // faArchive 0x020 Archivdatei // faAnyFile 0x03F Beliebige Datei // FileAttribute lesen int iAttrs = FileGetAttr("test.txt"); if (iAttrs & faReadOnly) { // wenn readonly gesetzt } // FileAttribute, z.B. 'readonly' und 'system', setzen FileSetAttr("test.txt", faReadOnly | faSysFile);
Kategorien
-
Neueste Beiträge
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)