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

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

Syntax

C#
public FileAttributes GetAttributes(
	string path
)
Visual Basic
Public Function GetAttributes ( 
	path As String
) As FileAttributes

Parameters

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

Return Value

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

Implements

IFile..::..GetAttributes(String)

See Also