Collaboration diagram for PHAT Utilities:
|
Functions | |
| void | GetDosTimeStamp (u_short *dostim, u_short *dosdat) |
| Create a DOS timestamp of the current time and date. | |
| int | MakePhatName (CONST char *src, u_char *dst) |
| Convert filename to a directory entry name. | |
| void | MakeVisibleName (CONST u_char *src, char *dst) |
| Convert a directory entry name to a visible file name. | |
| char * | GetParentPath (CONST char *path, CONST char **comp) |
| Chop off the last component of a path. | |
| int | IsFixedRootDir (NUTFILE *ndp) |
| Test for PHAT12/PHAT16 root directory. | |
| void | PhatFilePosRewind (PHATFILE *fcb) |
| Set file pointer back to zero. | |
| int | PhatFilePosSet (NUTFILE *nfp, u_long pos) |
| Move file pointer to a specified position. | |
|
||||||||||||
|
Create a DOS timestamp of the current time and date.
|
|
||||||||||||
|
Convert filename to a directory entry name.
|
|
||||||||||||
|
Convert a directory entry name to a visible file name.
|
|
||||||||||||
|
Chop off the last component of a path.
|
|
|
Test for PHAT12/PHAT16 root directory.
|
|
|
Set file pointer back to zero.
|
|
||||||||||||
|
Move file pointer to a specified position. Moving beyond the current file size is not supported.
|