| 
    KiCad PCB EDA Suite
    
   | 
 
#include <stdio.h>Go to the source code of this file.
Namespaces | |
| namespace | KIPLATFORM | 
| namespace | KIPLATFORM::IO | 
Functions | |
| FILE * | KIPLATFORM::IO::SeqFOpen (const wxString &aPath, const wxString &mode) | 
| Opens the file like fopen but sets flags (if available) for sequential read hinting.   | |
| bool | KIPLATFORM::IO::DuplicatePermissions (const wxString &aSrc, const wxString &aDest) | 
| Duplicates the file security data from one file to another ensuring that they are the same between both.   | |
| bool | KIPLATFORM::IO::MakeWriteable (const wxString &aFilePath) | 
| Ensures that a file has write permissions.   | |
| bool | KIPLATFORM::IO::IsFileHidden (const wxString &aFileName) | 
| Helper function to determine the status of the 'Hidden' file attribute.   | |
| void | KIPLATFORM::IO::LongPathAdjustment (wxFileName &aFilename) | 
| Adjusts a filename to be a long path compatible.   | |