Full Paths in the INI

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Full Paths in the INI

Post by Scott »

Full paths should be used in the INI [Files] section.

Default:
PolicyFile=.\Policy.txt

Should be used:
PolicyFile=C:\Your Path\Public Web Browser v2\Policy.txt

The default is to use the relative path, but a better practice is to tell PWB the locations of the file. When using the relative path ".\" if the current Windows folder changes PWB will no longer be able to find the files it needs. Using full paths to the files in the INI file will ensure PWB is able to find the files.

--Scott

Post Reply