Sha256: f7b1d396268f22bb28449359ba9eb28eefd90a41be29e3d823ad61d1020dc382
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 725 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/rmdir.al)" sub rmdir { usage "rmdir(directoryname)" if @_ != 1; CORE::rmdir($_[0]); } # end of POSIX::rmdir 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/rmdir.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/rmdir.al |