//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: private java.io.File badDataFile(org.neo4j.io.fs.FileSystemAbstraction fileSystem, java.io.File badDataPath) throws java.io.IOException private File BadDataFile(FileSystemAbstraction fileSystem, File badDataPath) { fileSystem.Mkdir(badDataPath.ParentFile); fileSystem.Create(badDataPath); return(badDataPath); }