5 #if UTL_HOST_OS != UTL_OS_MINGW 9 #include <libutl/FSobject.h> 57 return path() +
" -> " + _dstPath;
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
void serialize(bool &b, Stream &stream, uint_t io, uint_t mode=ser_default)
Serialize a boolean.
default representation (via getSerializeMode())
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Symlink(const String &srcPath, const String &dstPath, const Directory *dir=nullptr)
Constructor.
void copy(T *dest, const T *src, size_t len)
Copy one array of objects to another.
virtual String toString() const
Return a string representation of self.
unsigned int uint_t
Unsigned integer.
Directory filesystem object.
const uint_t uint_t_max
Maximum uint_t value.
Root of UTL++ class hierarchy.
int compare(bool lhs, bool rhs)
Compare two boolean values.
void setDestPath(const String &dstPath)
Set the destination path.