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!

Recent content by buccaneer

  1. buccaneer

    Creting a directory....

    PHM - Top Man....sorted...... Am just learning so i will prob need more help :) Does anyone know where there are examples of code i can look at or any good documentation... cheers Chris
  2. buccaneer

    Creting a directory....

    Hi can anyone tell me the syntax to create a new directry on my c drive. I've tried Dim di Set di=Directory.CreateDirectory("C:\mydir") and i get an error... Object Required: 'Directory'
  3. buccaneer

    creating a directory....

    MakeItSo when i try your way i get an error on line 2 Object required : 'Directory' code 800A01A8 am i in the wrong forum ?? whats the difference between VBscript and VB6 ?
  4. buccaneer

    creating a directory....

    If i remove the apostrophe i get a Windows Script Host error. Line 1 Char 8 Error : Expected end of statement Code 800A0401 Source : Microsoft VBScript compilation error
  5. buccaneer

    creating a directory....

    Hi, i'm new to this game and am trying to create directories in a script... i used the code below but it dont work....any ideas ?? ' Try to create the directory. Dim di 'As DirectoryInfo = Directory.CreateDirectory("C:\mydir") cheers chris

Part and Inventory Search

Back
Top