MapWinGeoProc:DataManagement RenameShapefile
From MapWindow GIS
RenameShapefile
Syntax
bool RenameShapefile(ref string oldShapefilePath, ref string newShapefilePath)
Summary
Rename a shapefile and all associated files.
Parameters
| oldShapefilePath | Full path to the original shapefile (including the .shp extension). |
| newShapefilePath | New path to the shapefile (including the .shp extension). |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to DataManagement
















