Howdy,
I've been seeing an issue with defraggler where I have a VERY LONG FOLDER NAME and some small PDFs in the folder, where Defraggler cannot defrag the files.
I recently had to manage some code in VBScript to handle long file names/paths by doing something similar to:
Set objfile = objFSO.CreateTextFile "//?/d:\some\long\file\path\that\is\very\deep\etc\and\so-on/you get the idea\some.log"
... where the long folder path exceeds the 260 characters for the standard APIs to connect to a folder because of the LFNs... The prefix of "\\?\" enables the Long File Name APIs so VB can see files in the long file name API space. I am assuming that whatever Defraggler is written is would need somethign similar to handle long file names/paths as well.
Is it possible this is happening in Defraggler as well? as I dont really see a reason that Defraggler is having a problem with the PDF files as they are not in use (every time I try to defragment them).
The version of defraggler doesn't seem to change the outcome as I have tried upgrading to the most recent version (v2.22.995)
HTH and thanks for any responses.
Steven M