This is what i get on all drives. Using Explorer works. Very strange.
Ok, now i can delete files again. But i had to change my Del button code back from Delete Removecollection to only Delete. So, i'm not sure, if this is still some kind of weird bug, or if i just have the wrong syntax.
Interesting. Does VFS mean English 'Virtual File System' a File Collection for instance ?
I have read now two posts with a problem related to file collections and deletion.
I have had a similar problem.
I was unable to remove files in a collection without deleting them.
I solved that by first making a copy and then deleting the collection.
I was saving this topic for a possible bug report as I don't really have all the facts as to what it really was. I was thinking it is windows permissions issue as the collection was created by a script I am reluctant to name at this time due to simple ethics.
I may be totally wrong, that's why I was saving the topic for later.
Yes. I guess VFS refers to the collections. But i'd expect my older command to work either way, so the Removecollection part would be ignored when deleting normal files. Not sure, what exactly has changed here.
No. It would not. You could use the Evaluator to apply it only in collections:
Delete {=PathType(source)=="coll" ? "REMOVECOLLECTION" : ""=}
I will try that, thanks!
edit\ it works! Of course.
Delete REMOVECOLLECTION=auto
should do the same thing.
I forgot that bit. Must have had it in my old command. Thanks Jon!