Module: FileSystem

Methods

(static) copyAllSync(sourcePath, destPath)

This function copies all path and files from a source directory to a destination directory in a sync way.
Parameters:
Name Type Description
sourcePath string
destPath string
Source:

(static) createPathSync(pathName)

This function creates a new path if it does not exist.
Parameters:
Name Type Description
pathName string
Source: