Automatically cycle numerous or large files to the trash
Fresh3 days ago
Mar 15, 20262201 viewsConfidence Score0%
0%
Problem
I've been tasked with fixing a vendor's program that, under certain conditions, dumps gigs of junk files into a log directory. It ends up filling users' machines. My task is to figure out how to make it stop without any source code or additional running processes, and without making the program kas…
Error Output
/dev/null
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Automatically cycle numerous or large files to the trash
Low Risk
No. Hard links are only available inside NTFS, and the NUL file is not an NTFS file - it's the WIN32 name of the \.\Devices\NULL namespace object, but you can't create a hardlink to it. You could create a soft-link (a shortcut) to the NUL file if yo…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix