The search returned 1 result

by kcr
March 18, 2022 - 2:17 PM
Forum: WAPT Packages
Subject: [SOLVED] Using get_current_user()
Answers: 1
Views : 1795

[SOLVED] Using get_current_user()

Hello,

I'm trying to delete one or more files simultaneously from the agent profile desktop and the public desktop

for the user. I'm using os.getlogin() to retrieve the UID
for the public desktop: path C:\Users\Public\Desktop\.

The script I created works correctly in...