Skip to content

Commit

Permalink
Update filesystem readme.md to include exists method
Browse files Browse the repository at this point in the history
  • Loading branch information
ericduran authored and fabpot committed Nov 16, 2014
1 parent b53adf9 commit 16c1b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $filesystem->touch($files, $time = null, $atime = null);

$filesystem->remove($files);

$filesystem->exists($files);

$filesystem->chmod($files, $mode, $umask = 0000, $recursive = false);

$filesystem->chown($files, $user, $recursive = false);
Expand Down

0 comments on commit 16c1b66

Please sign in to comment.