Features
Ask DevGuru
ASP Resources
Find the Bug
Knowledge Base
Links
Tips of the Week
Tutorials
Products
dgCalendar
dgCharge New!
dgChart New!
dgFileUpload
dgReport New!
dgSort
dgTree
Site
Authoring
Coming Soon
DevGuru Resume
Link to Us
Merchandise
Sponsorships
Testimonials
What's New
Technologies
ADO 2.6
ASP
CSS2
HTML
JavaScript
Jet SQL
Transact-SQL Syntax
VBScript
WML
WMLScript
WSH
XML DOM
All Methods
FileSystemObject Object
METHOD: FileSystemObject.BuildPath
Implemented in version 2.0
[newfullpath = ]
object.
BuildPath
(path, name)
This method is used to append a name onto an existing path. The format of the new path is 'existingpath\name'.
Code:
<%
dim filesys, newfullpath
set filesys=CreateObject("Scripting.FileSystemObject")
newfullpath = filesys.BuildPath(c:\inetpub\wwwroot, "images")
%>
Output:
"c:\inetpub\wwwroot\images"
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information