I\'m using Ant with FDT 3 and I have Ant creating a jsfl to compile fla\'s. When I use the built in \'${basedir}\' property in Ant it gives me the path with backslashes(
You should be able to do it using the Ant pathconvert task.
Here's a rough example:
Then you can use ${basedir.unix} in place of ${basedir}.
${basedir.unix}
${basedir}