http://www.perlmonks.org?node_id=11122655


in reply to Re^3: Memory mapped file questions
in thread Memory mapped file questions

Msdn docet MemoryMappedFile.CreateOrOpen Metod: Creates a new empty memory-mapped file or opens an existing one IF one with the same name exists. (i assure not exist a file in my HDD with name Test ) if i wanted to open a file i would used this MemoryMappedFile.CreateFromFile Create a memory-mapped file from a disk file.