FileExtrasCreateFile Method |
create a file and then close the stream
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool CreateFile(
string filepath
)
Public Shared Function CreateFile (
filepath As String
) As Boolean
public:
static bool CreateFile(
String^ filepath
)
static member CreateFile :
filepath : string -> bool
Parameters
- filepath
- Type: SystemString
Return Value
Type:
Boolean
See Also