ArchiveMember.name

Gets the final element in the path of this member. e.g. for the path "a/b/c/e/fg.txt" the result is "fg.txt"

  1. string name [@property getter]
    class ArchiveMember
    @property
    string
    name
    ()
  2. string name [@property setter]

Return Value

Type: string

the final element in the path of this member.

Meta