Class IVirtualFile.VirtualRecursiveMoveOptions

java.lang.Object
com.mku.fs.file.IVirtualFile.VirtualRecursiveMoveOptions
Enclosing interface:
IVirtualFile

public static class IVirtualFile.VirtualRecursiveMoveOptions extends Object
Directory move options (recursively)
  • Field Details

    • autoRename

      public <any> autoRename
      Callback when file with the same name exists
    • autoRenameFolders

      public boolean autoRenameFolders
      True to autorename folders
    • onFailed

      public <any> onFailed
      Callback when file failed
    • onProgressChanged

      public <any> onProgressChanged
      Callback when progress changes
  • Constructor Details

    • VirtualRecursiveMoveOptions

      public VirtualRecursiveMoveOptions()