You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
This wonderful tool solves my long path issues. But i have two questions
You have a separate class for Directory and File. Say i have the directory 'Delete' (see code below) but i only want to delete files and folders within the Directory Delete. How can i do this, now it's deleting the whole directory.
It seems that adding powershell via a pipe doesn't work. I want to delete files older then 7 days (week), i've tried this: | Where {$_.lastwritetime -lt (Get-Date).AddDays($daysOld)}
Hi everyone,
This wonderful tool solves my long path issues. But i have two questions
Is there a solution to my questions.
The text was updated successfully, but these errors were encountered: