ShortcutFileInfoExists Property
Gets a value indicating whether the shortcut file exists.
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 override bool Exists { get; }
<BrowsableAttribute(false)>
Public Overrides ReadOnly Property Exists As Boolean
Get
Dim instance As ShortcutFileInfo
Dim value As Boolean
value = instance.Exists
public:
[BrowsableAttribute(false)]
virtual property bool Exists {
bool get () override;
}
[<BrowsableAttribute(false)>]
abstract Exists : bool with get
[<BrowsableAttribute(false)>]
override Exists : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the shortcut file exists; otherwise,
.