Query: net::hotline::filelistitem
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::Hotline::FileListItem(3pm) User Contributed Perl Documentation Net::Hotline::FileListItem(3pm)NAMENet::Hotline::FileListItem - File object used internally by Net::Hotline::ClientSYNOPSISuse Net::Hotline::FileListItem; $file = new Net::Hotline::FileListItem; $file->name("foo.txt"); $file->type("TEXT"); ...DESCRIPTIONNet::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.CONSTRUCTIONnew Creates a new Net::Hotline::FileListItem object with all attributes set to undef (or zero for numeric attributes).METHODSAll 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. creator TEXT The file creator, given as a four-letter Mac OS creator code ("TTXT", "SIT!", etc.) name TEXT The file name. size NUM The size of the file in bytes. type TEXT The file type, given as a four-letter Mac OS type code ("TEXT", "PICT", etc.) or Net::Hotline::Constants::HTLC_FOLDER_TYPE for folders.AUTHORJohn C. Siracusa (siracusa@mindspring.com)COPYRIGHTCopyright(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. perl v5.10.1 2002-11-27 Net::Hotline::FileListItem(3pm)
Similar Topics in the Unix Linux Community |
---|
How do I start a program when I start my Computer? |
Need to know why Perl fails. |
Development tools like VS,ASP.Net |