Guys,
How do I create a blank text file if it doesn't exist....
Bob
VB Code:
'Setup CustomDic for C1Spell Dim CDFile As String CDFile = CurrentContract.Path & PWBlib.library.DynamicProperty("CustomDicLocation") If Not IO.File.Exists(CDFile) Then 'IO.FileMode.CreateNew End If SpellInitialised = True




Reply With Quote