Skip to content

9. Paths

Destroyer edited this page Dec 13, 2021 · 1 revision

Namespace: Core.Helper

Get some generic windows paths

Get Paths

  • VB
   MessageBox.Show(Paths.DownloadsPath)
  • C#
   MessageBox.Show(Paths.DownloadsPath);
Clone this wiki locally