Close

Themehits

Download File Explorer Class Nulled

 


A. Description

If you already worked with files and directories in PHP then you will know that the default copy, delete(unlink) functions are ok to use on files but when you want to delete or copy a directory with content in it, it’s an whole other story. This class gives you the ability to easily delete, create, move, copy files and directories with content.

B. Features

  • Copy files and folders
  • Move files and folders
  • Rename files and folders
  • Delete files and folders
  • Create files and folders
  • Read and write a file
  • Listing the content of a directory
  • Get file extension

Easy to use

To big advantage of this class is that is works recursive and that it works the same for directories and files.

If you for example want to delete a directory and all it’s content you can do it like this.

include("File.php");
$File = new Explorer();
$File->SetPath('c:/test/sitebase'); 
$File->Delete(); 

If you want to delete a file you can do this:

include("File.php");
$File = new Explorer();
$File->SetPath('c:/test/sitebase.txt');
$File->Delete(); 

To copy a directory and it’s content you do this:

include("File.php");
$File = new Explorer();
$File->SetPath('c:/test/sitebase'); 
$File->Copy('c:/test/sitebase_backup'); 

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = File Explorer Class
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/file-explorer-class/85505″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy File Explorer Class from the The Developer ( Sitebase ) website. Thank you.
Download = File Explorer Class-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.