Moveto ate file?

I did rclone mkdir gdrive:“Data\files”, which created this directory fine. Then did

rclone moveto gdrive:“Data\001.txt” gdrive:“Data\files\001.txt”

to move 001.txt into Data\files\001.txt, but the files directory is empty. I’m using an encrypted google drive for this. Are files supposed to be moved some other way?

Looks like this is a bug and it didn’t move the file at all!

$ rclone -vv moveto Data/001.txt Data/files/001.txt
2017/08/30 14:19:31 DEBUG : rclone: Version "v1.37-103-ga346dabb-go1.9" starting with parameters ["rclone" "-vv" "moveto" "Data/001.txt" "Data/files/001.txt"]
2017/08/30 14:19:31 INFO  : Local file system at /tmp/a/Data/files: Modify window is 1ns
2017/08/30 14:19:31 DEBUG : Local file system at /tmp/a/Data/files: don't need to copy/move 001.txt, it is already at target location
2017/08/30 14:19:31 INFO  : 
Transferred:      0 Bytes (0 Bytes/s)
Errors:                 0
Checks:                 0
Transferred:            0
Elapsed time:          0s

2017/08/30 14:19:31 DEBUG : Go routines at exit 3
2017/08/30 14:19:31 DEBUG : rclone: Version "v1.37-103-ga346dabb-go1.9" finishing with parameters ["rclone" "-vv" "moveto" "Data/001.txt" "Data/files/001.txt"]

Can you make please make a new issue on github about this please.