This search doesn't work (notice the directory "not found" with a space in it):
Once I renamed the directory "not found" to "not_found" the following worked:<J:\200009.Archives.SCSI.24gb | "J:\Backup\not found\200009.Archives.SCSI.24gb"> file: regex:J:\\200009.Archives.SCSI.24gb\\(.*) fileexists:J:\\Backup\\not found\\200009.Archives.SCSI.24gb\\\1
I tried escaping the space with a \ and quotes in various ways, but nothing worked.<J:\200009.Archives.SCSI.24gb | "J:\Backup\not_found\200009.Archives.SCSI.24gb"> file: regex:J:\\200009.Archives.SCSI.24gb\\(.*) fileexists:J:\\Backup\\not_found\\200009.Archives.SCSI.24gb\\\1
Is there a way to have a space in a fileexists: path?