Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
FileUtils Class Reference

Static Public Member Functions

static deleteAllFilesFromFolder ($folder)
 
static openFile ($filename)
 
static writeFile ($filename, $data)
 
static xcopy ($source, $dest, $permissions=0755)
 
static delTree ($dir)
 
static safeMkdir ($dir)
 
static cleanPathname ($path)
 
static systemCommandExists ($command)
 

Detailed Description

Definition at line 4 of file FileUtils.php.

Member Function Documentation

◆ cleanPathname()

static cleanPathname (   $path)
static

Definition at line 59 of file FileUtils.php.

◆ deleteAllFilesFromFolder()

static deleteAllFilesFromFolder (   $folder)
static

Definition at line 5 of file FileUtils.php.

◆ delTree()

static delTree (   $dir)
static

Definition at line 46 of file FileUtils.php.

◆ openFile()

static openFile (   $filename)
static

Definition at line 13 of file FileUtils.php.

◆ safeMkdir()

static safeMkdir (   $dir)
static

Definition at line 54 of file FileUtils.php.

◆ systemCommandExists()

static systemCommandExists (   $command)
static

Definition at line 73 of file FileUtils.php.

◆ writeFile()

static writeFile (   $filename,
  $data 
)
static

Definition at line 20 of file FileUtils.php.

◆ xcopy()

static xcopy (   $source,
  $dest,
  $permissions = 0755 
)
static

Definition at line 24 of file FileUtils.php.


The documentation for this class was generated from the following file: