FSmkdirpgm Function

MDD File System Interface Library

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

Creates a directory as per the path mentioned in the input string on PIC18 devices.'FSmkdirpgm' creates the directories as per the input string path.This function doesn't move the current working directory setting.

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