LMS
0
Q:

bash get current path

import os
os.path.dirname(os.path.abspath(__file__))
5
request.url
# => "http://localhost:3000/lists/7/items"
request.path
# => "/lists/7/items"
1
#Will generate the current directory
pwd
0
scriptdir = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
0

New to Communities?

Join the community