X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2FGoalfile.pod;fp=docs%2FGoalfile.pod;h=40ca73a40f48f7383de6e5941576bd64b0041151;hb=c3304e1ddf82ea319623c20a1d736d0cd743e377;hp=9917fd02f6561ba1e65926412671333488253860;hpb=b29931c35b032141aaa8de370d9adbfc10705bf2;p=goals.git diff --git a/docs/Goalfile.pod b/docs/Goalfile.pod index 9917fd0..40ca73a 100644 --- a/docs/Goalfile.pod +++ b/docs/Goalfile.pod @@ -48,6 +48,15 @@ Concatenate C and C. It's not usually necessary to use this function since goals automatically flattens lists within lists into simple lists in many cases. +=head3 realpath (filename) + +For example: + + realpath ("./tests") ⇒ "/home/user/tests" + +Run the L command to return the resolved absolute path of +the C parameter. + =head3 sort (list) For example: