@@ -170,6 +170,18 @@ - (void)createSymbolicLinkAtURL: (OFURL *)destination withDestinationPath: (OFString *)source { OF_UNRECOGNIZED_SELECTOR } + +- (bool)copyItemAtURL: (OFURL *)source + toURL: (OFURL *)destination +{ + return false; +} + +- (bool)moveItemAtURL: (OFURL *)source + toURL: (OFURL *)destination +{ + return false; +} @end