View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004363 | MMW v4 | Framework: Scripts/Extensions | public | 2008-02-04 14:09 | 2008-02-04 14:11 |
Reporter | petr | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.0 | ||||
Summary | 0004363: SDB.Tools.FileSystem.CreateTextFile does not work when the file doesn't already exist | ||||
Description | Program errors using the following Sub. Works fine when file already exists. Sub logme(msg) If DebugSt Then If IsEmpty(LogF) Then Set LogF = SDB.Tools.FileSystem.CreateTextFile(Script.ScriptPath&".log", False) LogF.WriteLine Now() & ":_" & msg End If End Sub | ||||
Tags | No tags attached. | ||||
Fixed in build | 1135 | ||||