The search returned 1 result

by cyh
November 2, 2021 - 11:51
Forum: WAPT Packages
Subject: Local Session Audit
Answers: 0
Views : 4256

Local session audit

Hello everyone.

As part of an audit, I need to determine the location of the "Desktop" folder for Windows users using a WAPT package.

It's quite simple: in the "audit():" definition, I put this code:

def audit():
desktop = os.path.join(os.path.join(os.environ ...