X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffilename_list.h;h=74d258b8189e8045e14e260e8c623cca915d842c;hb=7d0b5833568389c06ff6d9871da343a1e3e374fe;hp=f5834d79ce38d5c85090e0964549f1cf9c523f28;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/filesystem/filename_list.h b/nucleus/library/filesystem/filename_list.h index f5834d79..74d258b8 100644 --- a/nucleus/library/filesystem/filename_list.h +++ b/nucleus/library/filesystem/filename_list.h @@ -60,7 +60,7 @@ public: const file_info *find(const filename &to_check) const; //!< locates the record of information for the filename "to_check". /*!< do not modify the returned object. it contains the current state - of the file in question. if the file wasn't in the list, then NIL is + of the file in question. if the file wasn't in the list, then NULL_POINTER is returned. */ int locate(const filename &to_find) const; @@ -75,7 +75,8 @@ public: true if the size is different (when EQUAL_FILESIZE is true), when the timestamp is different (when EQUAL_TIMESTAMP is true), and when the checksum is different (you get the idea). */ - basis::astring text_form() const; + //! max_lines is the maximum number of lines to print into the string. + basis::astring text_form(int max_lines = MAXINT32) const; virtual int packed_size() const;