Help for this page

Select Code to Download


  1. or download this
    file("foo/bar.txt")->dir->parent->dir("baz")
    
  2. or download this
    file('foo/bar.txt')->find('dir()/../baz')
    
  3. or download this
    dir('.')->find('*[file()]')