Re: [Ironruby-core] File.symlink

2010-01-30 Thread Ryan Riley
*To:* [email protected] > *Subject:* [Ironruby-core] File.symlink > > > > While working with Ivan on the amp project, I came across a windows error > when trying to create symlinks using File.symlink. This is > well-documented<http://www.ruby-doc.org/core/classes/Fi

Re: [Ironruby-core] File.symlink

2010-01-30 Thread Jim Deville
: Saturday, January 30, 2010 12:40 PM To: [email protected] Subject: [Ironruby-core] File.symlink While working with Ivan on the amp project, I came across a windows error when trying to create symlinks using File.symlink. This is well-documented<http://www.ruby-doc.org/core/classes/File.h

Re: [Ironruby-core] File.symlink

2010-01-30 Thread Jim Deville
12:40 PM To: [email protected] Subject: [Ironruby-core] File.symlink While working with Ivan on the amp project, I came across a windows error when trying to create symlinks using File.symlink. This is well-documented<http://www.ruby-doc.org/core/classes/File.html#M002533> and

[Ironruby-core] File.symlink

2010-01-30 Thread Ryan Riley
While working with Ivan on the amp project, I came across a windows error when trying to create symlinks using File.symlink. This is well-documentedand has a few fixes