Nut/OS  4.10.3
API Reference
phatutil.h File Reference

PHAT file system. More...

#include <fs/phatfs.h>
Include dependency graph for phatutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GetDosTimeStamp (uint16_t *dostim, uint16_t *dosdat)
 Create a DOS timestamp of the current time and date.
int MakePhatName (CONST char *src, uint8_t *dst)
 Convert filename to a directory entry name.
void MakeVisibleName (CONST uint8_t *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, uint32_t pos)
 Move file pointer to a specified position.

Detailed Description

PHAT file system.

 *
 * $Log$
 * Revision 1.3  2008/08/11 07:00:19  haraldkipp
 * BSD types replaced by stdint types (feature request #1282721).
 *
 * Revision 1.2  2006/02/23 15:47:18  haraldkipp
 * PHAT file system now supports configurable number of sector buffers.
 *
 * Revision 1.1  2006/01/05 16:33:06  haraldkipp
 * First check-in.
 *
 *
 * 

Definition in file phatutil.h.