<?php
require_once "vendor\autoload.php";
use DirUtils\Walker;
class walker extends Walker {
function action($filename) {
// ...
// do something with $filename
// ...
// the path from which the walk started is $this->root
// $filename is relative to $this->root
// the full path of the $filename is $this->full
echo "$this->root \t $filename \t $this->full\n";
}
}
$foobar=new foobar();
$foobar->walk('.');
-
Notifications
You must be signed in to change notification settings - Fork 0
License
zingus/dirutils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published