RemoveSaveDirectoryBJ

Parameters
sourceDirName string
comment
patch

1.07

Source
Blizzard.j
return type
boolean
Source code
function RemoveSaveDirectoryBJ takes string sourceDirName returns boolean
    return RemoveSaveDirectory(sourceDirName)
endfunction