catpath / catpathw

catpath / catpathw(path: stringa, name: stringa)

Concatena path e name, mettendo tra i 2 la barra '\' se necessario. 

La versione unicode riceve e ritorna stringhe unicode.


Esempio 1. Esempio catpath / catpathw

local p = catpath("C:\\base", "sotto\\file.txt")
print("\n" .. p)   -- "C:\base\sotto\file.txt"

Created with the Personal Edition of HelpNDoc: Save time and frustration with HelpNDoc's WinHelp HLP to CHM conversion feature