Vordimous@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoComenting codelemmy.mlexternal-linkmessage-square52linkfedilinkarrow-up1135arrow-down12
arrow-up1133arrow-down1external-linkComenting codelemmy.mlVordimous@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square52linkfedilink
minus-squaresome_guy@lemmy.sdf.orglinkfedilinkarrow-up4·1 year agoChecked one of mine: # get path to the download directory Oh, ok.
minus-squaredarkpanda@lemmy.calinkfedilinkarrow-up4·1 year 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 }