check if network drive exist



Hi

I have write the following script to remove a drive. I need to check if G
drive exist then it will run the following script so how can I achieve that.
Thanks.


Dim WshNetwork
set WshNetwork=CreateObject ("Wscript.Network")

WshNetwork.RemoveNetworkDrive "G:"


.