util.datamanager: expose path decode and encode functions.
authorMarco Cirillo <maranda@lightwitch.org>
Sun, 07 Apr 2013 16:56:49 +0000
changeset 5440 a943e5cbf083
parent 5439 bd7b314c2301
child 5441 6a5c622cc6d4
util.datamanager: expose path decode and encode functions.
util/datamanager.lua
--- a/util/datamanager.lua	Sun Apr 07 12:23:29 2013 +0000
+++ b/util/datamanager.lua	Sun Apr 07 16:56:49 2013 +0000
@@ -354,4 +354,6 @@
 	return #errs == 0, t_concat(errs, ", ");
 end
 
+_M.path_decode = decode;
+_M.path_encode = encode;
 return _M;