Provide a button to open the user: directory #5

Open
Workload N°1
Enthousiasm N°5
opened 3 years ago by domi41 · 1 comments
domi41 commented 3 years ago
Owner
There is no content yet.
domi41 added the enhancement label 3 years ago
domi41 commented 3 years ago
Poster
Owner

OS.shell_open(str("file://", absoluteDirPath))

	String dir = ProjectSettings::get_singleton()->globalize_path(fpath);
	OS::get_singleton()->shell_open(String("file://") + dir);
`OS.shell_open(str("file://", absoluteDirPath))` ``` String dir = ProjectSettings::get_singleton()->globalize_path(fpath); OS::get_singleton()->shell_open(String("file://") + dir); ```
domi41 self-assigned this 3 years ago
domi41 added this to the v1 milestone 3 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: MieuxVoter/majority-judgment-for-streamers#5
Loading…
There is no content yet.