Home · Overviews · Reference · Classes |
The SolutionFile class represents a file in the solution filesystem. More...
#include <SolutionFile>
The SolutionFile class represents a file in the solution filesystem.
Constant | Value |
---|---|
SolutionFile::Project | 0x02 |
SolutionFile::Absolute | 0x01 |
SolutionFile::Build | 0x04 |
Returns a SolutionFile object that has the canonical path.
Returns the filesystem directory that the encapsulated file is in.
Returns the filesystem path to the encapsulated file.
Returns true if the encapsulated file is a directory, false otherwise.
Returns true if the encapsulated file is valid, false otherwise.
Returns the name of the encapsulated file.
Returns the solution that this file came from.
Returns the solution directory that the encapsulated file is in.
Returns the solution path of the encapsulated file.
Returns the path type of the file.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |