#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
Include dependency graph for osdep.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | wxCGetFileLength getFileLength |
Version of the getFileLength function to use (system ou 64 bits). | |
Typedefs | |
typedef off_t | wxCOff_t |
Use the system off_t type. | |
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.hpp.
|
Version of the getFileLength function to use (system ou 64 bits).
Definition at line 55 of file osdep.hpp. Referenced by dlgBatchCreation::batchCreation(), ChecksumsListView::check(), dlgMultiCheck::checkFile(), getFilesInSubdirectoriesRec(), ChecksumsListView::recompute(), SFVFile::write(), and MD5File::write(). |
|
Use the system off_t type.
Definition at line 53 of file osdep.hpp. Referenced by dlgBatchCreation::batchCreation(), ChecksumsListView::check(), dlgMultiCheck::checkFile(), getFilesInSubdirectoriesRec(), ChecksumsListView::recompute(), SFVFile::write(), and MD5File::write(). |
|
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(). |