Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static FileAttributes GetAttributes(
string path
)
Public Shared Function GetAttributes (
path As String
) As FileAttributes
public:
static FileAttributes GetAttributes(
String^ path
)
static member GetAttributes :
path : string -> FileAttributes
Parameters
- path
- Type: SystemString
Return Value
Type:
FileAttributes
See Also