'Usage Dim rootName As String Dim fullName As String Dim instance As New MemoryFile(rootName, fullName)
Parameters
- rootName
- The root name of the MemoryFile, without the colon (:). You can see this as the drive letter (or name) of your memory drive. For example: "RamDrive1"
- fullName
- The name of the MemoryFile, without the root part. Can contain a path. For example, "memoryFile.txt" or "\subfolder\MyFile.txt