[fdo-commits] r687 - branches/3.2.x/Utilities/Common/Inc

svn_fdo at osgeo.org svn_fdo at osgeo.org
Mon Jan 29 15:48:51 EST 2007


Author: gregboone
Date: 2007-01-29 15:48:51 -0500 (Mon, 29 Jan 2007)
New Revision: 687

Modified:
   branches/3.2.x/Utilities/Common/Inc/FdoCommonFile.h
Log:
Add new Method: FdoCommonFile::GetFileDirectoryAndName(const wchar_t *location, FdoStringP& directory, FdoStringP& filename)

Modified: branches/3.2.x/Utilities/Common/Inc/FdoCommonFile.h
===================================================================
--- branches/3.2.x/Utilities/Common/Inc/FdoCommonFile.h	2007-01-29 20:17:50 UTC (rev 686)
+++ branches/3.2.x/Utilities/Common/Inc/FdoCommonFile.h	2007-01-29 20:48:51 UTC (rev 687)
@@ -557,6 +557,7 @@
     /// \param path 
     /// The relative path.
     /// 
+    /// \return
     /// Returns absolute path if can be transformed or passed parameter
     /// otherwise.
     /// 
@@ -580,6 +581,7 @@
     /// \param path 
     /// The path.
     /// 
+    /// \return
     /// Returns true if the specified name points to an absolute directory and false
     /// otherwise.
     /// 
@@ -591,7 +593,9 @@
     /// \param path 
     /// The path.
     /// 
-    /// Returns nothing.
+    /// \return
+    /// Returns true if the specified location points to a directory and false
+    /// otherwise.
     /// 
     static bool GetFileDirectoryAndName(const wchar_t *location, FdoStringP& directory, FdoStringP& name);
 



More information about the fdo-commits mailing list