{"id":19702292,"url":"https://github.com/trwyant/perl-win32api-file-time","last_synced_at":"2026-04-15T00:32:08.779Z","repository":{"id":56834292,"uuid":"49892839","full_name":"trwyant/perl-Win32API-File-Time","owner":"trwyant","description":"Get and set file times in Windows - including open files","archived":false,"fork":false,"pushed_at":"2022-01-25T16:52:10.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T11:05:58.603Z","etag":null,"topics":["file-attributes","perl","perl-module","windows"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trwyant.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSES/Artistic","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-18T17:27:48.000Z","updated_at":"2021-11-03T13:24:09.000Z","dependencies_parsed_at":"2022-09-08T07:50:44.471Z","dependency_job_id":null,"html_url":"https://github.com/trwyant/perl-Win32API-File-Time","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trwyant%2Fperl-Win32API-File-Time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trwyant%2Fperl-Win32API-File-Time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trwyant%2Fperl-Win32API-File-Time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trwyant%2Fperl-Win32API-File-Time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trwyant","download_url":"https://codeload.github.com/trwyant/perl-Win32API-File-Time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241015248,"owners_count":19894379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file-attributes","perl","perl-module","windows"],"created_at":"2024-11-11T21:14:31.987Z","updated_at":"2026-04-15T00:32:08.744Z","avatar_url":"https://github.com/trwyant.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Win32API-File-Time is Copyright (C) 2004-2005 E. I. DuPont de Nemours\nand Company, Inc. Copyright (C) 2007, 2010, 2016 by Thomas R.  Wyant, III.\n\nDESCRIPTION\n\nThis package exposes the Windows file creation time for access and\nmodification. It also allows the access, update, and creation times\nto be modified even if the file is open, or read-only. In fact, the\nporting of functionality from a system where the Perl utime build-in\nwould change the date of an open file (VMS) to one where it wouldn't\n(MSWin32) was the motivation for the module.\n\nThis module exports nothing by default, but is capable of exporting\nthe following subroutines:\n    GetFileTime and SetFileTime (to get and set all file times)\n    utime (to override the built-in).\nUnlike the Microsoft Kernel32 subroutines of the same name, these take\na file name (not a handle), and work in terms of Perl times, not\nMicrosoft file times. Specifically:\n\n  ($atime, $mtime, $ctime) = GetFileTime ($filename);\n  SetFileTime ($filename, $atime, $mtime, $ctime) or die $^E;\n\nThis module has the following prerequisites:\n  Time::Local\n  Win32::API\n  Win32API::File\n\nINSTALLATION\n\nMost Perl users will want to install using their favorite of either\n'cpan' or 'cpanp'. For either of these, installing Astro::Coord::ECI\ngets you everything. ActivePerl users will want to use ActiveState's\n'ppi', and install Astro-satpass.\n\nIf for some reason neither of these works for you, you can download the\ndistribution and expand it using something like\n\n    tar -xzf Win32API-File-Time-9.999.tar.gz\n\nUsers of MSWin32 (and perhaps other operating systems) may need to\nconvert the line endings in the expanded files from Unix to their native\nsystem before proceeding.\n\nThen, issue one of the following two incantations:\n\n    perl Makefile.PL\n    make\n    make test\n    sudo make install\n\nor\n\n    perl Build.PL\n    ./Build\n    ./Build test\n    sudo ./Build install\n\nYou should substitute the appropriate program name for 'make', eg nmake\n(typically) under MSWin32, or mms or mmk under VMS. See\nftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of\nnmake for MSWin32 if you need it.\n\nUnix users may want to use 'su' rather than 'sudo' for the install.\nNon-unix users may need to be logged in to an administrative or\notherwise privileged accout, and turn on privileges (if applicable) for\nthe install.\n\nOf course, since it's pure Perl, you can just expand the kit and drop\nthe .pm files into the Win32/Process/Info directory (creating it if\nnecessary) in the appropriate place in your @INC directories.\n\nLICENSING INFORMATION\n\nThis package is free software; you can redistribute it and/or modify it\nunder the same terms as Perl 5.10.0. For more details, see the full text\nof the licenses in the directory LICENSES.\n\nThis program is distributed in the hope that it will be useful, but\nwithout any warranty; without even the implied warranty of\nmerchantability or fitness for a particular purpose.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrwyant%2Fperl-win32api-file-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrwyant%2Fperl-win32api-file-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrwyant%2Fperl-win32api-file-time/lists"}