..


Sponsored Links

BuildPath

The method BuildPath adds a name to an existing path. Accepts two parameters:

  • path - path to add a name
  • name - name to be added to the path
Here's an example:





 Dim fs, path







 Set fs = Server.CreateObject ("Scripting.FileSystemObject")







 path = fs.BuildPath ("c: \ web \ mysite", "test")







 Response.Write (path)







 Set fs = Nothing



The output will be produced:
 



 c: \ web \ mysite \ test

 

In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links