In C# we write this code system generate error
The type or namespace name 'FileSystem' could not be found (are you missing a using directive or an assembly reference?)


which library import

FileSystem.FileOpen(2, "Connection.dll", OpenMode.Binary, OpenAccess.Default, OpenShare.Default, -1);