WMS:WMLibFileIo: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(Created page with " == Description == The '''public class FileIo''' class is used to handle file I/O operations in the WMLib. == Functions == *'''public static bool FileCompare(string file1, str...")
 
No edit summary
Line 1: Line 1:
== Description ==
== Description ==


Line 13: Line 12:


This function reads a WMS Tree (.tre) file with the name '''a_filename''' and stores the tree information in the hydrologic tree '''a_hydrotree'''.
This function reads a WMS Tree (.tre) file with the name '''a_filename''' and stores the tree information in the hydrologic tree '''a_hydrotree'''.
{{WMLibMain}}

Revision as of 15:47, 10 November 2011

Description

The public class FileIo class is used to handle file I/O operations in the WMLib.

Functions

  • public static bool FileCompare(string file1, string file2)

This function compares two files, file1 and file2. The return value is true if the contents of the files are exactly the same and false otherwise.

  • public static bool ReadTreeFile(string a_fileName, WMLib.HydroTree a_hydroTree)

This function reads a WMS Tree (.tre) file with the name a_filename and stores the tree information in the hydrologic tree a_hydrotree.