[go: up one dir, main page]

Menu

[f020ae]: / path.h  Maximize  Restore  History

Download this file

13 lines (10 with data), 442 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/////////////////////////////////////////////////////////////////////////////////
// Author: Steven Lamerton
// Copyright: Copyright (C) 2010 Steven Lamerton
// License: GNU GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
/////////////////////////////////////////////////////////////////////////////////
#include <wx/string.h>
namespace Path{
wxString Normalise(const wxString &path);
void Create(const wxString &path);
}