You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If pack gets a string as input, it could check if it us a filepath and process it as a file. Strings are not used otherwise. The id could be the file basename if not provided.
File output via pick would write it to a temp file and return the path.
If
packgets a string as input, it could check if it us a filepath and process it as a file. Strings are not used otherwise. Theidcould be the file basename if not provided.File output via
pickwould write it to a temp file and return the path.