#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/utils.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "osdep.hpp"
#include "comdefs.hpp"
#include "compat.hpp"
Include dependency graph for osdep.cpp:
Go to the source code of this file.
Functions | |
off_t | getFileLength (const wxChar *fileName) |
Gets the length of the specified file. | |
wxArrayString | getResourcesPaths () |
Gets the absolute paths where the resources of the program can be placed. | |
wxString | UTF8toLocal (const wxString utf8) |
Converts an UTF-8 string to the local encoded string. |
Definition in file osdep.cpp.
|
Gets the length of the specified file. Should not work with large files.
|
|
Gets the absolute paths where the resources of the program can be placed.
Definition at line 148 of file osdep.cpp. References APP_NAME. |
|
Converts an UTF-8 string to the local encoded string.
Definition at line 231 of file osdep.cpp. Referenced by Languages::readLanguagesSettings(). |