Vordimous@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agoComenting codelemmy.mlexternal-linkmessage-square97fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkComenting codelemmy.mlVordimous@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square97fedilink
minus-squaresome_guy@lemmy.sdf.orglinkfedilinkarrow-up0·edit-22 months agoChecked one of mine: # get path to the download directory Oh, ok.
minus-squaredarkpanda@lemmy.calinkfedilinkarrow-up0·2 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 }