|
JX Application Framework
|
#include <JFileID.h>
Public Member Functions | |
| JFileID () | |
| JFileID (const JString &fullName) | |
| bool | IsValid () const |
| void | SetFileName (const JString &fullName) |
Static Public Member Functions | |
| static std::weak_ordering | Compare (const JFileID &id1, const JFileID &id2) |
Friends | |
| bool | operator== (const JFileID &lhs, const JFileID &rhs) |
Stores system dependent information that can be used to quickly check if two files are the same item in a file system.
| JFileID::JFileID | ( | ) |
| JFileID::JFileID | ( | const JString & | fullName | ) |
|
inline |
| void JFileID::SetFileName | ( | const JString & | fullName | ) |