{
    "content": [
        {
            "type": "text",
            "text": "# File::HomeDir::Windows (perldoc)\n\n## NAME\n\nFile::HomeDir::Windows - Find your home and other directories on Windows\n\n## SYNOPSIS\n\nuse File::HomeDir;\n# Find directories for the current user (eg. using Windows XP Professional)\n$home    = File::HomeDir->myhome;        # C:\\Documents and Settings\\mylogin\n$desktop = File::HomeDir->mydesktop;     # C:\\Documents and Settings\\mylogin\\Desktop\n$docs    = File::HomeDir->mydocuments;   # C:\\Documents and Settings\\mylogin\\My Documents\n$music   = File::HomeDir->mymusic;       # C:\\Documents and Settings\\mylogin\\My Documents\\My Music\n$pics    = File::HomeDir->mypictures;    # C:\\Documents and Settings\\mylogin\\My Documents\\My Pictures\n$videos  = File::HomeDir->myvideos;      # C:\\Documents and Settings\\mylogin\\My Documents\\My Video\n$data    = File::HomeDir->mydata;        # C:\\Documents and Settings\\mylogin\\Local Settings\\Application Data\n\n## DESCRIPTION\n\nThis module provides Windows-specific implementations for determining common user directories.\nIn normal usage this module will always be used via File::HomeDir.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SUPPORT**\n- **AUTHORS**\n- **SEE ALSO**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "File::HomeDir::Windows",
        "section": "",
        "mode": "perldoc",
        "summary": "File::HomeDir::Windows - Find your home and other directories on Windows",
        "synopsis": "use File::HomeDir;\n# Find directories for the current user (eg. using Windows XP Professional)\n$home    = File::HomeDir->myhome;        # C:\\Documents and Settings\\mylogin\n$desktop = File::HomeDir->mydesktop;     # C:\\Documents and Settings\\mylogin\\Desktop\n$docs    = File::HomeDir->mydocuments;   # C:\\Documents and Settings\\mylogin\\My Documents\n$music   = File::HomeDir->mymusic;       # C:\\Documents and Settings\\mylogin\\My Documents\\My Music\n$pics    = File::HomeDir->mypictures;    # C:\\Documents and Settings\\mylogin\\My Documents\\My Pictures\n$videos  = File::HomeDir->myvideos;      # C:\\Documents and Settings\\mylogin\\My Documents\\My Video\n$data    = File::HomeDir->mydata;        # C:\\Documents and Settings\\mylogin\\Local Settings\\Application Data",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 11,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "File::HomeDir::Windows - Find your home and other directories on Windows\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use File::HomeDir;\n\n# Find directories for the current user (eg. using Windows XP Professional)\n$home    = File::HomeDir->myhome;        # C:\\Documents and Settings\\mylogin\n$desktop = File::HomeDir->mydesktop;     # C:\\Documents and Settings\\mylogin\\Desktop\n$docs    = File::HomeDir->mydocuments;   # C:\\Documents and Settings\\mylogin\\My Documents\n$music   = File::HomeDir->mymusic;       # C:\\Documents and Settings\\mylogin\\My Documents\\My Music\n$pics    = File::HomeDir->mypictures;    # C:\\Documents and Settings\\mylogin\\My Documents\\My Pictures\n$videos  = File::HomeDir->myvideos;      # C:\\Documents and Settings\\mylogin\\My Documents\\My Video\n$data    = File::HomeDir->mydata;        # C:\\Documents and Settings\\mylogin\\Local Settings\\Application Data\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module provides Windows-specific implementations for determining common user directories.\nIn normal usage this module will always be used via File::HomeDir.\n\nInternally this module will use Win32::GetFolderPath to fetch the location of your directories.\nAs a result of this, in certain unusual situations (usually found inside large organizations)\nthe methods may return UNC paths such as \"\\\\cifs.local\\home$\".\n\nIf your application runs on Windows and you want to have it work comprehensively everywhere, you\nmay need to implement your own handling for these paths as they can cause strange behaviour.\n\nFor example, stat calls to UNC paths may work but block for several seconds, but opendir() may\nnot be able to read any files (creating the appearance of an existing but empty directory).\n\nTo avoid complicating the problem any further, in the rare situation that a UNC path is returned\nby \"GetFolderPath\" the usual -d validation checks will not be done.\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "See the support section the main File::HomeDir module.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Adam Kennedy <adamk@cpan.org>\n\nSean M. Burke <sburke@cpan.org>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "File::HomeDir, File::HomeDir::Win32 (legacy)\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2005 - 2011 Adam Kennedy.\n\nCopyright 2017 - 2020 Jens Rehsack\n\nSome parts copyright 2000 Sean M. Burke.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThe full text of the license can be found in the LICENSE file included with this module.\n",
                "subsections": []
            }
        }
    }
}