If I run trash in my web service, which runs as SYSTEM on Windows, where is the file trashed to? Is there a trash folder for the SYSTEM (non-login) account? I looked in recycle-bin's repo but didn't see anything in the code that would indicate how this might be handled. Perhaps it moves to Administrator's trash? Perhaps it deletes because "there is no trash folder"? Perhaps it just fails?
This forum seems to imply that SYSTEM does, indeed, have its own recycle bin. Assuming that's true, that's where the files will end up. I'll have to set up a yearly purge I guess...
This is more of a usage question than an issue.
If I run
trash
in my web service, which runs as SYSTEM on Windows, where is the file trashed to? Is there a trash folder for the SYSTEM (non-login) account? I looked inrecycle-bin
's repo but didn't see anything in the code that would indicate how this might be handled. Perhaps it moves to Administrator's trash? Perhaps it deletes because "there is no trash folder"? Perhaps it just fails?Thanks!