Table of Contents

Class IOProvider.IGFileInfo

Namespace
KSP.IO
Assembly
Assembly-CSharp.dll
public class IOProvider.IGFileInfo
Inheritance
IOProvider.IGFileInfo
Inherited Members
Extension Methods

Constructors

IGFileInfo(SerializedSavedGame)

public IGFileInfo(SerializedSavedGame fileInfo)

Parameters

fileInfo SerializedSavedGame

IGFileInfo(FileInfo)

public IGFileInfo(FileInfo fileInfo)

Parameters

fileInfo FileInfo

IGFileInfo(string, string, DateTime, string)

public IGFileInfo(string fileName, string fullName, DateTime lastWriteTime, string directoryFullName)

Parameters

fileName string
fullName string
lastWriteTime DateTime
directoryFullName string

Properties

DirectoryFullName

public string DirectoryFullName { get; }

Property Value

string

FullName

public string FullName { get; }

Property Value

string

LastWriteTime

public DateTime LastWriteTime { get; }

Property Value

DateTime

LastWriteTimeUtc

public DateTime LastWriteTimeUtc { get; }

Property Value

DateTime

Name

public string Name { get; }

Property Value

string