Class: Winhelper::FileInformation

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/filewatch/winhelper.rb

Overview

Instance Method Summary collapse

Constructor Details

#initializeFileInformation

Returns a new instance of FileInformation.



15
16
17
18
19
# File 'lib/filewatch/winhelper.rb', line 15

def initialize()
	createTime = FileTime.new
	lastAccessTime = FileTime.new
	lastWriteTime = FileTime.new
end