PHP code example of jiny / filesystem

1. Go to this page and download the library: Download jiny/filesystem library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jiny / filesystem example snippets


File::os()

File::isDir( $경로 )

File::isDirMake($path)

File::mkDir( $경로 )

File::isMkdir( $경로 )

File::mkdirRescure($경로)

File::current()

File::pathDir($path)

File::basePath($path, $base = null)

File::pathFile($path)

File::pathFilename($path);

File::pathExtension($path)

$d = \Jiny\Filesystem\File::init();