/usr/share/doc/nsis/Examples/FileFunc.ini is in nsis-doc 2.46-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | [Settings]
NumFields=11
NextButtonText=&Enter
[Field 1]
Type=Droplist
Flags=NOTIFY
State=" 1. Locate"
ListItems=| 1. Locate| 2. GetSize (file)| (directory)| (no size, no subdir)| 3. DriveSpace| 4. GetDrives (by type)| (all by letter)| 5. GetTime (local time)| (file time)| 6. GetFileAttributes| 7. GetFileVersion| 8. GetExeName| 9. GetExePath|10. GetParameters|11. GetOptions|12. GetRoot|13. GetParent|14. GetFileName|15. GetBaseName|16. GetFileExt|17. BannerTrimPath|18. DirState|19. RefreshShellIcons
Left=44
Right=190
Top=1
Bottom=210
[Field 2]
Type=FileRequest
Left=44
Right=-10
Top=22
Bottom=33
[Field 3]
Type=DirRequest
Left=44
Right=-10
Top=22
Bottom=33
[Field 4]
Type=Text
Left=44
Right=-10
Top=36
Bottom=49
[Field 5]
Type=Text
State=LocateCallback
Left=44
Right=232
Top=53
Bottom=66
[Field 6]
Type=Button
Text=view
Flags=NOTIFY
Left=236
Right=255
Top=54
Bottom=65
[Field 7]
Type=Text
Flags=MULTILINE|VSCROLL|HSCROLL|READONLY
Left=44
Right=-10
Top=73
Bottom=128
[Field 8]
Type=Label
Text=Path
Left=10
Right=43
Top=24
Bottom=36
[Field 9]
Type=Label
Text=Options
Left=10
Right=43
Top=40
Bottom=52
[Field 10]
Type=Label
Text=Function
Left=10
Right=44
Top=56
Bottom=67
[Field 11]
Type=Label
Text=Result:
Left=12
Right=42
Top=94
Bottom=102
|