文件操作 - system32_ffi.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter/resolvers/windows/ffi/system32_ffi.rb
编辑文件内容
# frozen_string_literal: true require_relative '../../../../facter/resolvers/windows/ffi/ffi' module System32FFI extend FFI::Library ffi_convention :stdcall ffi_lib :kernel32 attach_function :IsWow64Process, %i[handle pointer], :win32_bool ffi_convention :stdcall ffi_lib :kernel32 attach_function :GetCurrentProcess, [], :handle CSIDL_WINDOWS = 0x0024 H_OK = 0 end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件