|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TFileName class implementation. More...
#include <owl/pch.h>#include <owl/filename.h>#include <owl/private/memory.h>#include <owl/commdial.h>Go to the source code of this file.
Namespaces | |
| namespace | owl |
| Object Windows Library (OWLNext Core) | |
Macros | |
| #define | WIN95_LONGFILENAME_MAX 260 |
Functions | |
| TTime | owl::__MakeTTime (uint16 fdate, uint16 ftime) |
| void | owl::__MakeDosTime (const TTime &time, uint16 &fdate, uint16 &ftime) |
| uint | owl::__sys2Atr (uint32 attrib) |
| uint | owl::__attr2Sys (uint attrib) |
Variables | |
| const int | owl::serverNamePrefixLen = sizeof serverNamePrefix / sizeof(tchar) - 1 |
TFileName class implementation.
Definition in file filename.cpp.
| #define WIN95_LONGFILENAME_MAX 260 |
Definition at line 17 of file filename.cpp.