P
Peter Sanders
Folks
I start off with a blank volume on win2000 (not mounted and not
formatted). I mount a drive letter onto this volume by delegating to
microsoft diskpart, then, format the volume (NTFS) by delegating to
dos format command. Both diskpart and format command then exit. I
now want to create an empty folder on the newly created drive.
Whichever way I try to do this (by java.io.File mkdirs, or by
delegating to dos mkdir command, or by C calls to windows operating
system), I get the same error message : "The parameter is incorrect".
Has anyone got any ideas why I can't create an empty folder on the
newly created drive, or any suggestions how to do it?
Thanks in advance
Peter Sanders
I start off with a blank volume on win2000 (not mounted and not
formatted). I mount a drive letter onto this volume by delegating to
microsoft diskpart, then, format the volume (NTFS) by delegating to
dos format command. Both diskpart and format command then exit. I
now want to create an empty folder on the newly created drive.
Whichever way I try to do this (by java.io.File mkdirs, or by
delegating to dos mkdir command, or by C calls to windows operating
system), I get the same error message : "The parameter is incorrect".
Has anyone got any ideas why I can't create an empty folder on the
newly created drive, or any suggestions how to do it?
Thanks in advance
Peter Sanders