tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 VB Script > Shell > Current Directory

Current Directory 

This example show accessing current working directory.

File Name  :  
source/VBS/shell/cur_dir.vbs 
Author  :  Sudhakar KV
Email  :  kvenkatasudhakar@gmail.com
1Set shellObj = CreateObject("Wscript.Shell")
2 
3WScript.echo "Current Directory : " & shellObj.CurrentDirectory

It gives the following output,
Current Directory : C:\source\VBS\shell



 
  


  
bl  br