|
[Date Index]
[Thread Index]
[Author Index]
Re: Import multiple files with same extension from a folder
- To: mathgroup at smc.vnet.net
- Subject: [mg128241] Re: Import multiple files with same extension from a folder
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Thu, 27 Sep 2012 22:50:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20120927070449.4F2086837@smc.vnet.net>
On Sep 27, 2012, at 3:04 AM, Dominik Hezel <sendme2000 at me.com> wrote:
> Hello,
>
> I have a folder with different files, e.g.
>
> test1.exp
> test2.exp
> test1.log
> test2.log
> ...
>
> The number of files and actual file names is unknown. I would like to import all files ending with .exp. How do I do this rather simple task?
>
Import /@ FileNames["*.exp", "path_to_files"]
---
Murray Eisenberg
murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
Prev by Date:
Re: Import multiple files with same extension from a folder
Next by Date:
Re: maximization with array of constraints
Previous by thread:
Re: Import multiple files with same extension from a folder
Next by thread:
Re: Import multiple files with same extension from a folder
|