<GridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeeeee"    <!--선 색-->
android:horizontalSpacing="1dp"    <!--여백-->
android:verticalSpacing="1dp"
/>


1. 현재 홈 디렉토리 : C 드라이브


2. 드라이브의 폴더로 접근하려면 (change directory)


3. cd /d F:\folder



/d 옵션으로 드라이브를 이동하게 해준다




+ Recent posts