[Issue 17134] New: std.file.append documentation is incomplete

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 31 12:49:35 PST 2017


https://issues.dlang.org/show_bug.cgi?id=17134

          Issue ID: 17134
           Summary: std.file.append documentation is incomplete
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: bachmeil at yahoo.com

The extent of the documentation is "Appends buffer to file name." There is no
information about what happens if the file doesn't exist.

The second parameter is `void[] buffer`. What does that mean? A new user has no
way to know.

--


More information about the Digitalmars-d-bugs mailing list