KiCad PCB EDA Suite
Loading...
Searching...
No Matches
io.h File Reference
#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::IsFileHidden (const wxString &aFileName)
 Helper function to determine the status of the 'Hidden' file attribute.