var onMoveEntryRequested = function(options, onSuccess, onError) {
  webDAVFS.moveEntry({
    sourcePath: options.sourcePath.substring(1),
    targetPath: options.targetPath.substring(1),
    onSuccess: onSuccess,