1File::Spec::Epoc(3) User Contributed Perl Documentation File::Spec::Epoc(3)
2
3
4
6 File::Spec::Epoc - methods for Epoc file specs
7
9 require File::Spec::Epoc; # Done internally by File::Spec if needed
10
12 See File::Spec::Unix for a documentation of the methods provided there.
13 This package overrides the implementation of these methods, not the
14 semantics.
15
16 This package is still a work in progress. ;-)
17
18 canonpath()
19 No physical check on the filesystem, but a logical cleanup of a
20 path. On UNIX eliminated successive slashes and successive "/.".
21
23 o.flebbe@gmx.de
24
26 Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
32 See File::Spec and File::Spec::Unix. This package overrides the
33 implementation of these methods, not the semantics.
34
35
36
37perl v5.32.1 2021-01-27 File::Spec::Epoc(3)