[response_localfolder]

Description

Link: [response_localfolder]
Author: Jason Huck
Category: Response
Version: 8.x
License:
Posted: May. 01, 2006
Updated: Jan. 01, 0001
More by this author...
Returns the absolute path to the current directory.

Parameters

none


Sample Usage

response_localfolder;
						

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
1
2
3
4
5
6
7
8
9
10
11
12
define_tag(
	'localfolder',
	-namespace='response_',
	-priority='replace',
	-description='Returns the absolute path to the current directory.'
);
	local('out') = response_localpath;
	local('file') = #out->split('/')->last;
	#out->removetrailing(#file);
	return(#out);
/define_tag;

 

Related Tags



Comments

none

Email:


Password:



Newest

Most Popular