* UnixFileSystemInfo.cs: rename Create() to GetFileSystemEntry(), and make
authorJonathan Pryor <jpryor@novell.com>
Fri, 21 Apr 2006 13:47:36 +0000 (13:47 -0000)
committerJonathan Pryor <jpryor@novell.com>
Fri, 21 Apr 2006 13:47:36 +0000 (13:47 -0000)
commite2a2390a286cd168464a71a95449a987573b8233
treeed1a4bb8bb357cb4700f17835b2fca805a5a3e97
parent2a48e3909c31eb32527bc12b43267b263776e5e3
  * UnixFileSystemInfo.cs: rename Create() to GetFileSystemEntry(), and make
    it public (so that other's don't need to worry about the
    Syscall.lstat()-and-switch to create a UnixFileSystemInfo instance).
  * UnixDirectoryInfo.cs, UnixSymbolicLinkInfo.cs:
    s/Create/GetFileSystemEntry/g (to cope with above change).

svn path=/trunk/mcs/; revision=59752
mcs/class/Mono.Posix/Mono.Unix/ChangeLog
mcs/class/Mono.Posix/Mono.Unix/UnixDirectoryInfo.cs
mcs/class/Mono.Posix/Mono.Unix/UnixFileSystemInfo.cs
mcs/class/Mono.Posix/Mono.Unix/UnixSymbolicLinkInfo.cs