X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffilename.h;h=9c4eb56beb7b9a582f70e5881dbba7951fcbf9b3;hb=51d71c226be424b6a698c7474d237e8c69661af5;hp=8e257358def959d93da0fcb8c4e2e2e8ff271448;hpb=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git diff --git a/nucleus/library/filesystem/filename.h b/nucleus/library/filesystem/filename.h index 8e257358..9c4eb56b 100644 --- a/nucleus/library/filesystem/filename.h +++ b/nucleus/library/filesystem/filename.h @@ -186,10 +186,12 @@ public: character that is substituted instead of illegal characters. */ void separate(structures::string_array &pieces) const; - //!< breaks the filename into its component directories. + //!< breaks the filename into its component parts. /*!< this returns an array containing the component names. the last component, unless the filename held is actually a directory, should be the - name of the file. if the first character is a directory, then the first + name of the file. +//hmmm: what does this mean, below? + if the first character is a directory, then the first component will be empty. */ void join(const structures::string_array &pieces);