This commit is contained in:
Chris Hennick 2023-05-14 18:24:01 -07:00
parent 3e87a376b9
commit 5c51ddc49e
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -30,7 +30,8 @@ pub struct FileOperation {
impl FileOperation {
fn referenceable_name(&self) -> &str {
if let WriteDirectory(_) = self.basic {
if let WriteDirectory(_) = self.basic && !self.name.ends_with('\\')
&& !self.name.ends_with('/') {
self.name + "/"
} else {
self.name