Skip to content

Instantly share code, notes, and snippets.

@stephenquan
Last active January 24, 2019 23:19
Show Gist options
  • Save stephenquan/06f3f8d0b90e5b776c0a6ed244573bd0 to your computer and use it in GitHub Desktop.
Save stephenquan/06f3f8d0b90e5b776c0a6ed244573bd0 to your computer and use it in GitHub Desktop.
appstudio-filefolder-check.qml
import QtQuick 2.7
import QtQuick.Controls 2.1
import ArcGIS.AppFramework 1.0
Item {
TextField {
text: AppFramework.userHomeFolder.filePath(":/abc.txt")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment