dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.2k stars 661 forks source link

MoveFile calls contain UNCName prefix parameter #1099

Open koimatcha opened 2 years ago

koimatcha commented 2 years ago

Environment

Check List

Description

MoveFile's NewFileName parameter is called with UNCName prefix if mounted with UNCName. In command prompt ren \\Server\Share\FileName NewFileName gets this issue.