Description: * FileUtil :: createDir ( a/1/2/3 ) tests create folders to build a a/1/2/3 folder
* FileUtil :: createFile ( b/1/2/3 ) tests to create documents in b/1/2/folder below to build a 3- file
* FileUtil :: createFile ( b/1/2/3.exe ) tests to create documents in b/1/2/folder below to build a 3.exe file
* FileUtil :: copyDir ( b , d/e ) test copy the folder to create a d/e folder , the contents of the b copied into a folder under
* FileUtil :: copyFile ( b/1/2/3.exe , b/b/3.exe ) tested copying files to create a b/b folder, and the folder b/1/2 the files are copied into 3.exe
* FileUtil :: moveDir ( a / , b/c ) Move Folder to create a test b/c folder and put the contents of a folder into the next move , and delete a folder
* FileUtil :: moveFile ( b/1/2/3.exe , b/d/3.exe ) moving files to create a test b/d folder and put the 3 b/1/2 . exe move into
* FileUtil :: unlinkFile ( b/d/3.exe ) tests deleted files deleted files b/d/3.exe
* FileUtil :: unlinkDir ( d ) tests delete
To Search:
File list (Check if you may need any files):
Fileedit.php