  | JumboFilePrintFileInfo Method  | 
 
            Prints information about the file.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs.FileSystem
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic void PrintFileInfo(
	TextWriter writer
)
Public Sub PrintFileInfo ( 
	writer As TextWriter
)
public:
void PrintFileInfo(
	TextWriter^ writer
)
member PrintFileInfo : 
        writer : TextWriter -> unit 
Parameters
- writer
 - Type: System.IOTextWriter
The TextWriter to write the information to. 
See Also