Ignore:
Timestamp:
Jun 20, 2012, 9:50:34 AM (12 years ago)
Author:
karaoui
Message:

Deleting unused folders
All ELF file have the extension *.elf
Must objetc file are now dumped in the build directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/mover/include/path_handler.h

    r160 r161  
    2323    std::vector<std::string> split(const std::string &s, char delim);
    2424
     25    //extract the path without the filename
    2526    std::string getFilePath(const std::string& filepath);
    2627
     
    3031    PathHandler(const std::string& filepath);
    3132
    32     std::string getFullName(const std::string& filepath) const;
     33    //return the fullPath relative to where execution is done.
     34    std::string getFullPath(const std::string& filepath) const;
    3335
    3436    std::string getFileName(const std::string& filepath);
Note: See TracChangeset for help on using the changeset viewer.