wFSmkdir Function

MDD File System Interface Library

MDDFS Interface Library Help
wFSmkdir Function
C
int wFSmkdir(
    unsigned short int * path
);
Description

Creates a directory as per the UTF16 input path (PIC24/PIC32/dsPIC). This function doesn't move the current working directory setting.

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.4.2 - [Oct 15, 2012]
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.