Josef Eschgfaeller on Thu, 24 Jul 2014 10:17:00 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Reading files and loading a directory
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Reading files and loading a directory
- From: Josef Eschgfaeller <esg@unife.it>
- Date: Thu, 24 Jul 2014 10:16:53 +0200
- Delivery-date: Thu, 24 Jul 2014 10:17:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unife.it; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=4bZlfax03mh6M4x/A/IwZwae4L8jKwf5Oh++57dcAUQ=; b=KtrlqM02oHq6bWMTXtmxuoxIh4qrX9gfJg+12ShC3n/nkYYMCceG5XESEQHzfu9PP8 6T1f7FESoxKbWyl6JbvXCbCZCM111zvPO5rEOLFDXC5a8wKCZBbPTUvW+8KY9np/DFII t+0qy/bTmlKaRwfN6RDFw4rNpJ/5luKGlHDDE=
Is there a possibility to read the complete
content of a text file as a string?
How can one load all program files
contained in a directory (without
explicitly listing them)?
Probably it works calling for example
a python program which collects
all of them and then using extern, but
can it be done with Pari alone?
Thanks
Josef Eschgfaeller