 | 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.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxprotected string? DirectoryCreate(
string directoryToCreate
)
Protected Function DirectoryCreate (
directoryToCreate As String
) As String
protected:
String^ DirectoryCreate(
String^ directoryToCreate
)
member DirectoryCreate :
directoryToCreate : string -> string
Parameters
- directoryToCreate String
- Path of the directory to be created
Return value
StringDirectory path up to and including the first newly created directory.
Exceptions
See also