Tip & Trik Cek Direktori

Memeriksa keberadaan suatu folder di dalam komputer bisa kita lakukan dengan fasilitas search yang disediakan oleh sistem operasi Windows. Namun kita juga dapat membuat program untuk mencari folder di dalam drive.

Berikut kode untuk mencari folder "C:Folder" ada. Anda dapat mengubahnya dengan mencari nama folder pada sebuah teks boks atau kode di jalankan saat kita memencet suatu tombol. Berkreasilah!

Private Sub Form_Load()
Const ATTR_DIRECTORY = 16
If Dir$("C:Folder", ATTR_DIRECTORY) <> "" Then
MsgBox "Direktori ada!", vbInformation, "Ada"
Else

MsgBox "Direktori tidak ada!", vbCritical, "Tidak Ada"
End If
End Sub

5 komentar:

Quick Computer & Printer mengatakan...

script ini memang hanya mencari folder di C, tetapi kan anda bisa memodifikasi dengan teksboks misalnya, untuk mencari folder yang lain / yang sama dengan teks di teksboks.attr_directory itu nilai atribut dari sebuah folder (read-only, archive,dll), jadi yang di cari adalah folder dengan atribut 16....

adisonroy038 mengatakan...

Most of educational information over different kinds of blogs do not such supportive as supportive all the points of this blog. You need not to find any other platform to verify the data stated here.
support brother com mac

adisonroy038 mengatakan...

Alfred was my customer rep, and Dani was the tech. I explained to Alfred the loss of my local channels - only getting Sacramento channels. I opened the Fubo location search and copied and pasted the text from the Fubo location search into an email. Alfred passed it on Dani in tech support. I thought maybe a 30-60 mins. wait for the fix to be done.
Instant fubo tv Customer Service Phone Number

Computersaga mengatakan...

Professionally written blogs are rare to find, however I appreciate all the points mentioned here. I also want to include some other writing skills which everyone must aware of.
फेसबुक खोलो
instagram kya hota h
social media se aap kya samajhte hain
parts of computer in hindi
मोबाइल हैंग और गर्म क्यों होता है
instagram ki id kaise banaen
computer me screenshot ka shortcut key
एम एस एक्सेल के बेसिक तथा मुख्य फीचर्स क्या है
shortcut key hindi typing
Computersaga

Unknown mengatakan...

Professionally written blogs are rare to find, however I appreciate all the points mentioned here. I also want to include some other writing skills which everyone must aware of.
Tabteck
how to overcome frustration in love
How to buy cryptocurrency
How to choose affordable wedding dresses
What Is Cryptocurrency
Top Technologies to Work From Home

About the author

Lahir pada 11 Oktober 1986, penulis menghabiskan masa remaja di kota Jogja.Setelah lulus dari SMAN 1 Sewon Bantul tahun 2005, penulis melanjutkan studi di jurusan Teknik Informatika Universitas Ahmad Dahlan Yogyakarta hingga sekarang.Penulis mengenal Visual Basic pada waktu duduk di bangku SMA.Walaupun masih dangkal di dalam pemrograman menggunakan Visual Basic,namun penulis berharap ilmunya masih dapat bermanfaat.