www.lucersoft.com
Main
Home
Products
LC Copier
HTML Batch Editor
HTML Batch Editor PRO
Freeware
Documentation
LC Basic
Information
Order
Update Policy
Support
Contacts
Links
HBE specific commands
Syntax
fpath = HBEFullPath()
Description:
Returns the full path with a filename to current file.
! In the DEMO version of HTML Batch Editor PRO this function returns "~HBEPreview" instead of real file name !
Arguments:
Function has no arguments.
Examples:
fpath = HBEFullPath() MsgBox fpath
See also:
HBEFilename, HBEPath, HBESuffix
Back