Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Perl / Win32::Perms

Empfohlene Antworten

Veröffentlicht

Hallo Leute!

Ich habe gerade ein kleines großes Problem mit Win32::Perms.

Ich habe hier ein kleines Perl-Script (soll unter WinNT laufen, ohne Webserver, praktisch einfach nur als Applikation), mit dem ich Berechtigungen von einem Verzeichnis entfernen will:

Das Hinzufügen von Berechtigungen geht völlig problemlos, das Entziehen auch - nur das komplette Löschen mag er nicht.

Hat vielleicht jemand von euch 'nen heißen Tip oder evtl. eine alternative Lösung?

Hier der Code:


use Win32::Perms;


$Dir = new Win32::Perms( 'E:\test_auftraege' ) || die;


$Dir->Add( {Account=>'PK_G', Mask=>FULL } );

$Dir->Deny( 'PK_G', FULL );

$Dir->Remove({Account=>'PK_G'});

$Dir->Set();

$Dir->Close();

Für jeden Tipp dankbar,

DSW

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.