summaryM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.Create(System.String)

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Stream Create(
	string path
)
Visual Basic
Public Function Create ( 
	path As String
) As Stream

Parameters

path
Type: System..::..String
parampathM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.Create(System.String)

Return Value

returnsM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.Create(System.String)

Implements

IFile..::..Create(String)

See Also