{
    "mode": "perldoc",
    "parameter": "File::Spec::Cygwin",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec%3A%3ACygwin/json",
    "generated": "2026-06-03T02:35:07Z",
    "synopsis": "require File::Spec::Cygwin; # Done internally by File::Spec if needed",
    "sections": {
        "NAME": {
            "content": "File::Spec::Cygwin - methods for Cygwin file specs\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "require File::Spec::Cygwin; # Done internally by File::Spec if needed\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods,\nnot the semantics.\n\nThis module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and\nsuggestions.\n\ncanonpath\nAny \"\\\" (backslashes) are converted to \"/\" (forward slashes), and then File::Spec::Unix\ncanonpath() is called on the result.\n\nfilenameisabsolute\nTrue is returned if the file name begins with \"driveletter:\", and if not, File::Spec::Unix\nfilenameisabsolute() is called.\n\ntmpdir (override)\nReturns a string representation of the first existing directory from the following list:\n\n$ENV{TMPDIR}\n/tmp\n$ENV{'TMP'}\n$ENV{'TEMP'}\nC:/temp\n\nIf running under taint mode, and if the environment variables are tainted, they are not\nused.\n\ncasetolerant\nOverride Unix. Cygwin case-tolerance depends on managed mount settings and as with MsWin32\non GetVolumeInformation() $ouFsFlags == FSCASESENSITIVE, indicating the case significance\nwhen comparing file specifications. Default: 1\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        }
    },
    "summary": "File::Spec::Cygwin - methods for Cygwin file specs",
    "flags": [],
    "examples": [],
    "see_also": []
}