Re: [Nant-users] Determine if a file or directory exists

2005-01-03 Thread Ian MacLean
Angel Reyes wrote: While updating my build script to the new build I noticed that the "Available" task has been deprecated. What is the proper way to determine if a file or directory exists? The displayed message is "Task is deprecated. Use functions instead" see : http://nant.sourceforge.n

[Nant-users] Determine if a file or directory exists

2005-01-03 Thread Angel Reyes
While updating my build script to the new build I noticed that the "Available" task has been deprecated. What is the proper way to determine if a file or directory exists? The displayed message is "Task is deprecated. Use functions instead" Thanks, Angel