BUG: Fixed the argument given to FileExists
Created by: ayamada0614
The argument for FileExists function was converted from std::string to char type since FileExists requires const char* argument. I failed to build Slicer application on OS X 10.10.5 by this part.