CSharp___DllImport.Phone.IO.CreateDirectoryPath C# (CSharp) Method

CreateDirectoryPath() private method

private CreateDirectoryPath ( string fullPath ) : object
fullPath string
return object
            public static object CreateDirectoryPath(string fullPath)
            {
                return DllImportCaller.lib.CreateDirectoryPath7(fullPath);//StringCall("shcore", "CreateDirectoryPath", fullPath);
            }