epri_create_directory


Create all directories that are given in the path.

Syntax:

epri_create_directory(fpath)

Description:

Creates all directories that are given in the path. Can be used in conjunction with file saving command.

Example:

fpath = 'C:\Temp\150504\04\myfile.mat'; epri_create_directory(fpath)

Legend: EPR-IT functions; MATLAB functions; comments.