notebookutils.fs.mv function

Moves a file or directory, possibly across FileSystems. For intra-FileSystem, it is implemented by hadoop fs rename operation. For inter-FileSystem, This is implemented as a copy followed by delete.

  • Maintainer: runtimeexp
  • License: MIT + file LICENSE
  • Last published: 2024-04-08

Useful links