You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Image by Ludovic Charlet [unsplash.com](https://unsplash.com/photos/CGWK6k2RduY)).
12
+
Photo by [Austin Kehmeier](https://unsplash.com/@a_kehmeier?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/helping-hand?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
13
13
14
+
Fano Framework provides helper functions to simplify common tasks such as generate slug string, join string with delimiter or read file content.
14
15
16
+
All helpers functions are declared in `fano.pas` unit.
17
+
18
+
## Read file content to string
19
+
20
+
`readFile()` reads file content and output is as string. It accepts one parameter file path of filename to load.
0 commit comments