Struct PlatformFilePath
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public struct PlatformFilePath
- Inherited Members
- Extension Methods
Constructors
PlatformFilePath(PlatformDirectoryPath, string)
public PlatformFilePath(PlatformDirectoryPath folderPath, string fileName)
Parameters
folderPath
PlatformDirectoryPathfileName
string
Fields
FileName
public string FileName
Field Value
FolderPath
public PlatformDirectoryPath FolderPath
Field Value
Properties
FileFullPath
public string FileFullPath { get; }
Property Value
Methods
GetFileNameWithoutExtension()
public string GetFileNameWithoutExtension()
Returns
ToString()
public override string ToString()
Returns
Operators
operator +(PlatformFilePath, string)
public static PlatformFilePath operator +(PlatformFilePath path, string str)
Parameters
path
PlatformFilePathstr
string
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).