Show / Hide Table of Contents

Interface IDirectory

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public interface IDirectory

Methods

CreateDirectory(string)

Declaration
void CreateDirectory(string path)
Parameters
Type Name Description
string path

Delete(string, bool)

Declaration
void Delete(string path, bool recursive)
Parameters
Type Name Description
string path
bool recursive

Exists(string)

Declaration
bool Exists(string path)
Parameters
Type Name Description
string path
Returns
Type Description
bool

GetDirectories(string)

Declaration
string[] GetDirectories(string path)
Parameters
Type Name Description
string path
Returns
Type Description
string[]

GetFiles(string)

Declaration
string[] GetFiles(string path)
Parameters
Type Name Description
string path
Returns
Type Description
string[]

Move(string, string)

Declaration
void Move(string sourceDirName, string destDirName)
Parameters
Type Name Description
string sourceDirName
string destDirName

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS