<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Super File System Service'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 14 Apr 2026 15:59:51 +0000</lastBuildDate>
    <item>
      <title>Vordreller said on 21/Aug/2009</title>
      <link>https://snipplr.com/view/18649/super-file-system-service</link>
      <description>&lt;p&gt;Bit more explanation please... Nobody is going to use this just because you entered a goofy catchphrase as the description.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 10:41:38 UTC</pubDate>
      <guid>https://snipplr.com/view/18649/super-file-system-service</guid>
    </item>
    <item>
      <title>jonniespratley said on 22/Aug/2009</title>
      <link>https://snipplr.com/view/18649/super-file-system-service</link>
      <description>&lt;p&gt;//Browse a directory and all child directories.&#13;
$filesSvc = new FileSystemService ( );&#13;
$templates = $filesSvc-&gt;browseDirectory ( '../path/to/directory', true );&#13;
echo json_encode ( $templates );&#13;
print_r( $templates );&#13;
&#13;
//Read a file&#13;
$file = FileSystemService::readFile ( '/path/to/file.html' );&#13;
echo ( $file );&#13;
&#13;
//Write a file&#13;
$file = FileSystemService::writeFile ( 'FileName', 'Is this enough information Vordreller? I think you should try to experiment.' );&lt;/p&gt;</description>
      <pubDate>Sat, 22 Aug 2009 07:27:16 UTC</pubDate>
      <guid>https://snipplr.com/view/18649/super-file-system-service</guid>
    </item>
  </channel>
</rss>
