 | AxiomFile Constructor |
Initializes a new insance of the AxiomFile Class.
Namespace: Canary.Axiom.Shared.FilePathAssembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntaxpublic AxiomFile(
AxiomFileKind kind,
AxiomFileAccess access,
string path
)
Parameters
- kind AxiomFileKind
- Kind of content that will be contained in the file.
- access AxiomFileAccess
- Permission level that will be required to access the file.
- path String
- Physical path where the file will be stored.
See Also