react-inotify icon indicating copy to clipboard operation
react-inotify copied to clipboard

incorrect path returned as argument

Open basz opened this issue 8 years ago • 0 comments

        $this->notify->on(IN_CREATE | IN_ISDIR, function ($path) {

}

// watching watched/path // mkdir watched/path/newdirectory $path would be 'watched/pathnewdirectory' without this fix.

basz avatar Aug 17 '17 11:08 basz