WinPath icon indicating copy to clipboard operation
WinPath copied to clipboard

`winpath backup list` command DateTime stability

Open ANF-Studios opened this issue 3 years ago • 0 comments

The current way the list command works is that it parses the name of the file from file time. If the user changes it, it can cause parsing errors. A workaround from this is to get the actual file time from the file info that Win32's API provides instead.

ANF-Studios avatar Jun 23 '21 22:06 ANF-Studios