FSmkdir Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FSmkdir Function
C
int FSmkdir(
    char * path
);
Description

The FSmkdir function passes a RAM pointer to the path to the mkdirhelper function.

Preconditions

None

Parameters
Parameters 
Description 
path 
The path of directories to create. 
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

None

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