File object used internally by net::hotline::client
use Net::Hotline::FileListItem; $file = new Net::Hotline::FileListItem; $file->name("foo.txt"); $file->type("TEXT"); ...
Net::Hotline::FileListItem is a simple class for storing and retrieving file information, You should never have to create your own Net::Hotline::FileListItem objects when using Net::Hotline::Client. Getting and (to a lesser extent) setting attributes is all that should be necessary.
Creates a new Net::Hotline::FileListItem object with all attributes set to undef (or zero for numeric attributes).
All the Net::Hotline::FileListItem methods are simple attribute get/set routines. If given an argument, they set an attribute. In all cases, they return the current value of the attribute.
The file creator, given as a four-letter Mac \s-1OS\s0 creator code (\*(L"\s-1TTXT\s0\*(R", \*(L"\s-1SIT\s0!\*(R", etc.)
The file name.
The size of the file in bytes.
The file type, given as a four-letter Mac \s-1OS\s0 type code (\*(L"\s-1TEXT\s0\*(R", \*(L"\s-1PICT\s0\*(R", etc.) or Net::Hotline::Constants::HTLC_FOLDER_TYPE for folders.
John C. Siracusa ([email protected])
Copyright(c) 1999 by John Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.