Changeset 697 in dev for trunk/ab5.0/abdev/abdev/FileOperation.cpp
- Timestamp:
- Jul 19, 2008, 9:03:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/FileOperation.cpp
r651 r697 298 298 299 299 // TODO: 300 char *OpenFileName = const_cast<char *>(filePath.c_str());300 char const *OpenFileName = filePath.c_str(); 301 301 302 302 i=GetFileExtension(OpenFileName);
Note:
See TracChangeset
for help on using the changeset viewer.