Win32 registry file 1.1 Python script

SPONSORED LINKS

    Specification

  • Version: 1.1
  • File size: 0 KB
  • File name: index_txt
  • Last update:
  • Platform: Windows
  • Language: Python
  • Price:Other Free / Open So
  • Company: Remi Inconnu (View more)

Win32 registry file 1.1 script description:




Publisher review:
Win32 registry file script opens a key in Win32 registry base like a file. This script opens a key in Win32 registry base like a file. All commands supported by StringIO are available.

Open key in Win32 registry base like a file. All commands supported by StringIO are available : isatty,seek,tell,read,readline,readlines,truncate,write,writelines,flush.Exceptions :RegistryFileError : All exceptions.FileNotFoundError : File not found.InvalidModeError : Invalid mode error (not in "r","a","w","rb","ab","wb").BadFileDescriptorError : Bad file descriptor (write with file open in read mode).Sample :import RegistryFile # Open and create the key "HKEY_LOCAL_MACHINESoftwareRegistryFileTest" file = RegistryFile.RegistryFile(HKEY_LOCAL_MACHINE,"SoftwareRegistryFileTest","w")# Write datafile.write ("Hello world")# Destroy file (write file in registry base)del(file)# Open key in read modefile = RegistryFile.RegistryFile(HKEY_LOCAL_MACHINE,"SoftwareRegistryFileTest","r")# Read and display data storedprint file.read()# Delete registry keyfile.delete()Requirement:- win32con library
Win32 registry file 1.1 is a Python script for File Management scripts design by Remi Inconnu. It runs on following operating system: Windows.
Win32 registry file script opens a key in Win32 registry base like a file.

Operating system:
Windows

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5