assets folder

  1. Devv

    Android Question File.Exists Does not work with Asset directories

    This code will set the image without any error ImageView_LeftItem.SetBackgroundImage(LoadBitmap(File.DirAssets,"categories/" & tag1 & ".png")) while this code returns false log(File.Exists(File.DirAssets,"categories/" & tag1 & ".png")) i'am confused why the app cant check files inside...
  2. G

    German Read/only Datei attribut umsetzen ?

    Hallo ,kurze Frage Bei der Installation meiner App installiere ich für den Benutzer eine Datei, die er später beliebig erweitern soll. (ein Excel sheet). Hierzu kopieren ich die Datei mit dem Code: LapDir = RP.GetSafeDirDefaultExternal("LAPs") If File.Exists(LapDir...
Top