#Is it possible..?.

9 messages · Page 1 of 1 (latest)

sinful imp
#

Hi, Y'all! So, I have this one question stuck in my mind..... Is it like possible to move files such as zip,rar,jar etc using java commands to a new folder when....like the command is run?

split orioleBOT
#

This post has been reserved for your question.

Hey @sinful imp! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

quiet nacelle
#

why wouldn't it be possible

#

"java command" isn't really a thing though. it's just java

#

those apis exist, the os exposes them and java can access and invoke them

queen cape
#

for zips, use ZipFile or ZipStream

#

(Assuming you want to access their contents)

#

The File api is enough to manipulate meta-data or the file's location