Google Mobile Ads

Friday, September 13, 2013

VB.NET Kullanıcıya ait klasörlerin yolunu bulmak.

Kullanıcıya ait klasörlerin yolunu bulmak.

1) My.Computer.FileSystem.SpecialDirectories ile

http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.fileio.specialdirectories.aspx

Ulaşılabilecek klasör isimleri:

- AllUsersApplicationData
- CurrentUserApplicationData
- Desktop
- MyDocuments
- MyMusic
- MyPictures
- ProgramFiles
- Programs
- Temp

Örnek :
'Kullanıcının masaüstü klasör yolu
MsgBox(My.Computer.FileSystem.SpecialDirectories.Desktop)
MsgBox(My.Computer.FileSystem.SpecialDirectories.Temp)

2) Environment.GetEnvironmentVariable ile

Çevre değişkenlerinde (Environment Variable) tanımlı değerlere ulaşmamızı sağlamaktadır. 

Örnek :
MsgBox(Environment.GetEnvironmentVariable("HOMEPATH"))
MsgBox(Environment.GetEnvironmentVariable("temp"))

3) Environ ile

Çevre değişkenlerinde (Environment Variable) tanımlı değerlere ulaşmamızı sağlamaktadır. 

Örnek :
MsgBox(Environ("HOMEPATH"))
MsgBox(Environ("temp"))

1 comment:

  1. Aussie Rules Baccarat (and how to play it) with your friends
    keyword febcasino Baccarat 메리트 카지노 domain febcasino.com youtube to mp4

    ReplyDelete

LinkWithin

Related Posts Plugin for WordPress, Blogger...