Ignore:
Timestamp:
Jun 17, 2008, 9:30:54 PM (16 years ago)
Author:
dai_9181
Message:

・BreakPoint周りをリファクタリング
・FileTree周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/FileOperation.cpp

    r629 r651  
    271271}
    272272
    273 int GetFileExtension(char *path){
     273int GetFileExtension( const char *path )
     274{
    274275    char temporary[MAX_PATH];
    275276    _splitpath(path,0,0,0,temporary);
Note: See TracChangeset for help on using the changeset viewer.