184
edits
| Line 352: | Line 352: | ||
}, | }, | ||
= Instances of RawDir = | = Instances of <tt>RawDir</tt> = | ||
A <tt>RawDir</tt> is | A <tt>RawDir</tt> is an object wrapping either a directory ''name'' or a directory descriptor, depending on the platform. On the Unix side, some of the methods rely upon (or have to reimplement) systems that obey recent versions of Posix, with functions such as <tt>openat</tt>. | ||
== Opening/creating == | == Opening/creating == | ||
edits