# {%= name %} {%= badge('fury') %} > {%= description %} ## Install {%= include("install") %} ## Usage ```js var obj = require('filepath-object'); var file = obj('foo/bar/baz.html'); console.log(file); ``` Returns: ```ja { filepath: 'foo/index.html', dir: 'foo', dirname: 'foo', filename: 'index.html', basename: 'index.html', name: 'index', ext: '.html', extname: '.html', fn: '' } ``` ## Author {%= contrib("jon") %} ## License {%= copyright() %} {%= license() %} *** {%= include("footer") %}