Namespace: FileSystem

FileSystem

Author:
  • Jos Kuijpers (Rahkiin)
Source:
  • filesystem.js, line 26

Methods

<static> rename(path, newPath)

Rename or move a file or directory.

Parameters:
Name Type Description
path String

Current path.

newPath String

New path.

Source:
  • filesystem.js, line 38