Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zhangling
  • Content: Threads
  • Order by date
  1. zhangling

    Why file.exists() returns false on Windows 2003 server?

    I have a simple jave program as below: package us.ma.main; import java.io.File; public class DeleteFile { public static void main(String[] args) { String fileName = "c:/Barcode/BarcodeSeqence.txt"; File file = new File( fileName ); if( file.exists()){ file.delete()...
  2. zhangling

    need help with the error: 800704B2 and 800704C3

    I have the following code in a Visaul Basic 6.0 program for mapping to a network drive: Set objNetwork = CreateObject("WScript.Network") objNetwork.MapNetworkDrive driveLetter,fullPath, bPersistent, userName, password driveLetter will be searched at run time, all other parameter values will...

Part and Inventory Search

Back
Top