Changeset 345 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Aug 3, 1999, 10:25:50 AM (26 years ago)
Author:
ercodmgr
Message:

Petits bugs - Reza 03/08/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r344 r345  
    168168  mObjMgr->SetCurrentDir(tokens[0]);
    169169  }
     170else if (kw == "pwd") {
     171  string dirn;
     172  mObjMgr->GetCurrentDir(dirn);
     173  cout << "CurrentDirectory: " << dirn << endl;
     174  } 
    170175else if (kw == "listdirs")   {
    171176  if  (tokens.size() < 1)  tokens.push_back("*");
Note: See TracChangeset for help on using the changeset viewer.