How can I import files based on their path (GPL)

This forum is for all Flare issues not related to any of the other categories.
Post Reply
itauthor
Propeller Head
Posts: 32
Joined: Wed Jul 23, 2008 7:51 am
Location: Oxford, UK
Contact:

How can I import files based on their path (GPL)

Post by itauthor »

I have a global project from which I want to import all files in a certain folder.

In the Include Files field of the import form I want to do this:

Code: Select all

<path-to-folderX>/*
However, this doesn't work. Nothing gets imported.
Is there a way to achieve this?
NorthEast
Master Propellus Maximus
Posts: 6365
Joined: Mon Mar 05, 2007 8:33 am

Re: How can I import files based on their path (GPL)

Post by NorthEast »

Pretty sure you can't select a folder, but you can choose files or folders marked with a condition.

First set a condition on the folder in the global project.
In the import file, click Edit next to Import Conditions, and set your condition to Include. Also select Auto-Exclude Non-Tagged files.
itauthor
Propeller Head
Posts: 32
Joined: Wed Jul 23, 2008 7:51 am
Location: Oxford, UK
Contact:

Re: How can I import files based on their path (GPL)

Post by itauthor »

Thanks Dave.
That's a shame. In a big global project that's used by many target projects it would be more intuitive just to use the directory structure (perhaps supplemented by conditions).
But anyway, thanks for your help.
Post Reply