You are not logged in.
Pages: 1
Hi,
With a config file following this format:
#
# /etc/pacman.conf
#
# GENERAL OPTIONS
#
[options]
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
Is there any kind of C++ library for reading/writing them? Or am i going to have to play around manually with file streams to get something set up *being lazy*
Thanks,
Jack
Offline
Check this out
Offline
Exactly what i was looking for, thanks very much.
Offline
Pages: 1