-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCode_PathIsFree
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Asserts that specified path is not a path to existent file or a directory.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static void PathIsFree(
string path
)
VB
Public Shared Sub PathIsFree (
path As String
)
F#
static member PathIsFree :
path : string -> unit
- path
- Type: System.String
The path.