UtilDesktopFolder Property
Gets a Folder2 instance that represents the Desktop virtual folder.
Namespace: DevCase.Core.Windows.DesktopAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Folder2 Folder { get; }
Public Shared ReadOnly Property Folder As Folder2
Get
Dim value As Folder2
value = UtilDesktop.Folder
public:
static property Folder2^ Folder {
Folder2^ get ();
}
static member Folder : Folder2 with get
No code example is currently available or this language may not be supported.
Property Value
Folder2
A
Folder2 instance that represents the Desktop virtual folder.
This is a code example.
No code example is currently available or this language may not be supported.
For Each item As FolderItem In Desktop.Folder.Items
If (item.IsFileSystem) AndAlso Not (item.IsFolder) Then
Console.WriteLine(Path.GetFileName(item.Path))
End If
Next
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.