File writer
***********

class pysmi.writer.localfile.FileWriter(path)

   Stores transformed MIB modules in files at specified location.

   User is expected to pass *FileReader* class instance to
   *MibCompiler* on instantiation. The rest is internal to
   *MibCompiler*.

   Creates an instance of *FileReader* class.

   Parameters:
      **path** -- writable directory to store created files
