- Jun
- 1,092
- 48
I would have expected that MOVEDIR would copy any directory description in the source file to the destination file that it creates, but it doesn't. I just moved some photo directories, and the descriptions were lost.
Another problem I observed is that a source directory that ends with a backslash is not accepted ("The directory name is invalid"), even though it passes the ISDIR test. Such a specification is accepted for the destination directory. So this works
but this does not
This is an issue because I have TCC configured to append a backslash when completing directory names.
Another problem I observed is that a source directory that ends with a backslash is not accepted ("The directory name is invalid"), even though it passes the ISDIR test. Such a specification is accepted for the destination directory. So this works
movedir Birthday_Party D:\photos\2025\but this does not
movedir Birthday_Party\ D:\photos\2025\This is an issue because I have TCC configured to append a backslash when completing directory names.