From: "luislavena (Luis Lavena)" Date: 2012-11-20T05:12:51+09:00 Subject: [ruby-core:49609] [ruby-trunk - Feature #7106] FileUtils.touch should allow touching the symlink itself rather than the file the link points to Issue #7106 has been updated by luislavena (Luis Lavena). Assignee changed from luislavena (Luis Lavena) to usa (Usaku NAKAMURA) Nakamura-san Are you OK with making File#lutime return a NotImplementedError for now and we can work on next version making File#symlink? and associated work on Windows? Thank you. ---------------------------------------- Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to https://bugs.ruby-lang.org/issues/7106#change-33125 Author: cirrusthinking (Alessandro Diaferia) Status: Feedback Priority: Normal Assignee: usa (Usaku NAKAMURA) Category: core Target version: 2.0.0 Most systems support POSIX lutimes sys call that allows a symlink to be touched. I'd like to see this feature implemented. Unfortunately I'd like to see this feature on Solaris as soon as possible but I cannot see lutimes syscall supported there. -- http://bugs.ruby-lang.org/