Méthode |
Description |
|
createFolder ( string $folder ) |
createFolder |
|
createFolders ( string $dirPath ) : boolean |
createFolders
Cria a estrutura de diretorios para a guarda dos arquivos |
|
getAmbiente ( string $tpAmb = '2' ) : string |
getAmbiente |
|
getFilePath ( string $tpAmb = '2', string $dirbase = '', string $subdir = '' ) : string |
getFilePath |
|
listDir ( $folder, string $fileMatch = '*-nfe.xml', boolean $retpath = false ) : array |
listDir
Obtem todo o conteúdo de um diretorio, e que atendam ao critério indicado. |
|
readFile ( string $pathFile = '' ) : string |
readFile |
|
removeFile ( string $pathFile = '' ) : boolean |
removeFile |
|
removeFolder ( string $dirPath ) : boolean |
Apaga um diretorio e todo o seu conteúdo |
|
saveFile ( string $path = '', string $filename = '', string $content = '' ) : boolean |
saveFile |
|
writeTest ( string $path = '', string $message = '', string &$respHtml = '' ) : boolean |
Rotina para teste de escrita no path especificado
Usada na rotina de configuração (install.php) |
|