Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么获取文件名? #67

Open
runaway opened this issue Nov 4, 2021 · 1 comment
Open

怎么获取文件名? #67

runaway opened this issue Nov 4, 2021 · 1 comment

Comments

@runaway
Copy link

runaway commented Nov 4, 2021

data.getStringExtra("path");得到的是目录名

@lcinto
Copy link

lcinto commented Apr 5, 2022

List list = data.getStringArrayListExtra("paths");
path = list.get(0);//把路径改为这个就行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants