ShortcutFileInfoDirectoryName Property
Gets a string representing the shortcut directory's full path.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
public string DirectoryName { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property DirectoryName As String
Get
Dim instance As ShortcutFileInfo
Dim value As String
value = instance.DirectoryName
public:
[BrowsableAttribute(false)]
property String^ DirectoryName {
String^ get ();
}
[<BrowsableAttribute(false)>]
member DirectoryName : string with get
No code example is currently available or this language may not be supported.
Property Value
String