We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ae18e commit 8880327Copy full SHA for 8880327
src/xrCore/FileSystem.h
@@ -35,10 +35,10 @@ class XRCORE_API EFS_Utils
35
xr_string ChangeFileExt(LPCSTR src, LPCSTR ext);
36
xr_string ChangeFileExt(const xr_string& src, LPCSTR ext);
37
38
- xr_string ExtractFileName(LPCSTR src);
39
- xr_string ExtractFilePath(LPCSTR src);
40
- xr_string ExtractFileExt(LPCSTR src);
41
- xr_string ExcludeBasePath(LPCSTR full_path, LPCSTR excl_path);
+ static xr_string ExtractFileName(LPCSTR src);
+ static xr_string ExtractFilePath(LPCSTR src);
+ static xr_string ExtractFileExt(LPCSTR src);
+ static xr_string ExcludeBasePath(LPCSTR full_path, LPCSTR excl_path);
42
};
43
extern XRCORE_API EFS_Utils* xr_EFS;
44
#define EFS (*xr_EFS)
0 commit comments