


Win32::CreateFile(FILE)Ĭreates the FILE and returns a true value on success.

Once the directory has been created you can use Win32::GetANSIPathName() to get a name that can be passed to system calls and external programs.

Check $^E on failure for extended error information.ĭIRECTORY may contain Unicode characters outside the system codepage. Win32::CreateDirectory(DIRECTORY)Ĭreates the DIRECTORY and returns a true value on success. But even this will not overwrite a read-only file you have to unlink() it first yourself. If the destination file already exists it will only be overwritten when the OVERWRITE parameter is true. However it will not copy the security information. All file information like creation time and file attributes will be copied to the new file. The Win32::CopyFile() function copies an existing file to a new file. This function is only available in the ActivePerl binary distribution. Win32::AbortSystemShutdown(MACHINE)Īborts a system shutdown (started by the InitiateSystemShutdown function) on the specified MACHINE. The caveat If supported by the core Perl version generally means Perl 5.8.9 and later, though some Unicode pathname functionality may work on earlier versions. In the function descriptions below the term Unicode string is used to indicate that the string may contain characters outside the system codepage. It is recommended to use Win32 before any of these functions however, for backwards compatibility, those marked as will automatically do this for you. The Win32 module contains functions to access Win32 APIs. Win32 - Interfaces to some Win32 API Functions DESCRIPTION
Activeperl 5.8.7 download software#
# Copyright (C) 2000-2001 Paul Kulchenko SOAP::Lite is free software you can redistribute it Now, let's check again the SOAP::Lite package in ActivePerl v5.8.7:
Activeperl 5.8.7 download how to#
This section describes a tutorial on how to check the release number of SOAP::Lite package.
