Vordimous@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agoComenting codelemmy.mlimagemessage-square105fedilinkarrow-up11.14Karrow-down113
arrow-up11.12Karrow-down1imageComenting codelemmy.mlVordimous@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agomessage-square105fedilink
minus-squaresome_guy@lemmy.sdf.orglinkfedilinkarrow-up20·edit-23 months agoChecked one of mine: # get path to the download directory Oh, ok.
minus-squaredarkpanda@lemmy.calinkfedilinkarrow-up24arrow-down1·3 months agoThe code directly below: function getPathToUploadDirectory() { return config.tmp_path }
Checked one of mine:
Oh, ok.
The code directly below:
function getPathToUploadDirectory() { return config.tmp_path }