1File::HomeDir::MacOS9(3U)ser Contributed Perl DocumentatiFoinle::HomeDir::MacOS9(3)
2
3
4
6 File::HomeDir::MacOS9 - Find your home and other directories on legacy
7 Macintosh systems
8
10 use File::HomeDir;
11
12 # Find directories for the current user
13 $home = File::HomeDir->my_home;
14 $desktop = File::HomeDir->my_desktop;
15
17 This module provides implementations for determining common user
18 directories on legacy Mac hosts. In normal usage this module will
19 always be used via File::HomeDir.
20
21 This module is no longer actively maintained, and is included only for
22 extreme back-compatibility.
23
24 Only the "my_home" and "my_desktop" methods are supported.
25
27 See the support section the main File::HomeDir module.
28
30 Adam Kennedy <adamk@cpan.org>
31
32 Sean M. Burke <sburke@cpan.org>
33
35 File::HomeDir
36
38 Copyright 2005 - 2011 Adam Kennedy.
39
40 Copyright 2017 - 2020 Jens Rehsack
41
42 Some parts copyright 2000 Sean M. Burke.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47 The full text of the license can be found in the LICENSE file included
48 with this module.
49
50
51
52perl v5.38.0 2023-07-20 File::HomeDir::MacOS9(3)