Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 621 Bytes

File metadata and controls

28 lines (13 loc) · 621 Bytes

Codeception\Util\FileSystem

Set of functions to work with Filesystem

public static copyDir($src, $dst)

  • param $src
  • param $dst

See source

public static deleteDir($dir)

  • param $dir
  • return bool

See source

public static doEmptyDir($path)

  • param $path

See source