s = System.Environment.GetFolderPath(Environment.SpecialFolder.Desktop) s = System.Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) s = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) s = My.Computer.FileSystem.SpecialDirectories.Desktop s = My.Computer.FileSystem.SpecialDirectories.MyDocuments