//**************************************
//
// Name: Application Path
// Description:This code shows how to ge
// t your applications path(app.path) just
// like in VB6.
// By: Gene Averett
//
//This code is copyrighted and has
// limited warranties.Please see http://
// www.Planet-Source-Code.com/xq/ASP/txtCod
// eId.1/lngWId.10/qx/vb/scripts/ShowCode.h
// tm
//for details.
//**************************************
//
Public Apath As String = System.Environment.CurrentDirectory
'example:
FileCopy(Apath & ".\images\Yellow.jpg", ofile1 & "Yellow.jpg")