Esempio n. 1
0
        public static string PickFolder(string defaultPath)
        {
            string ret = System.Runtime.InteropServices.Marshal.PtrToStringUni(EffekseerNativePINVOKE.FileDialog_PickFolder(defaultPath));

            return(ret);
        }