<Code Lib>
2022 Constructor
Changes 0
C

FilePath()

Description:
Constructs a FilePath

public FilePath(
	string path
)

  • String
    path
    The path to the file. This path does not have to be a full path; it can be relative.

Loading…