mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
24
tmp/CodeLoop/ManageFilename.h
Normal file
24
tmp/CodeLoop/ManageFilename.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef MANAGEFILENAME_H
|
||||
#define MANAGEFILENAME_H
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
||||
class ManageFilename {
|
||||
|
||||
public:
|
||||
static std::string GetFileExtension(const std::string& FileName);
|
||||
|
||||
static std::string GetFileName(const std::string& FileName);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // MANAGEFILENAME_H
|
||||
Reference in New Issue
Block a user