FSmkdirpgm Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FSmkdirpgm Function
C
int FSmkdirpgm(
    const rom char * path
);
Description

The FSmkdirpgm function passes a PIC18 ROM path pointer to the mkdirhelper function.

Preconditions

None

Parameters
Parameters 
Description 
path 
The path of directories to create (ROM) 
Return Values
Return Values 
Description 
The specified directory was created successfully 
EOF 
The specified directory could not be created 
Side Effects

Will create all non-existent directories in the path. The FSerrno variable will be changed.

Remarks

This function is for use with PIC18 when passing arugments in ROM

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.