Click or drag to resize

BasicAppSettingsDirectoryCreate method

Creates a complete directory path if this path or a part of it is of which does not exist. Returns the part of the directory path, which goes up to and including the first of the newly created directories or zero. The result of this routine can be used to precisely determine the part of a directory path that has been newly created.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
protected string? DirectoryCreate(
	
	string directoryToCreate
)

Parameters

directoryToCreate  String
Path of the directory to be created

Return value

String
Directory path up to and including the first newly created directory.
Exceptions
See also