diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 44fbe26b..b83904d7 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,17 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.43.03 + +Added option `parentpathonly []` to the following commands that causes GAM +to display only the parent folder names when displaying the path to a file. +``` +gam info drivefile ... filepath|fullpath +gam show fileinfo ... filepath|fullpath +gam print|show filepath +gam print filelist ... filepath|fullpath +``` + ### 7.43.02 Added option `maxactivities ` to `gam print driveactivity` to limit diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 2106d0b9..a5ae9ddf 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt. ``` gamteam@server:/Users/gamteam$ rm -f /Users/gamteam/GAMConfig/oauth2.txt gamteam@server:/Users/gamteam$ gam version -GAM 7.32.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.43.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64 @@ -1034,7 +1034,7 @@ writes the credentials into the file oauth2.txt. ``` C:\>del C:\GAMConfig\oauth2.txt C:\>gam version -GAM 7.32.02 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.43.03 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.14.4 64-bit final Windows 11 10.0.26200 AMD64 diff --git a/wiki/Users-Drive-Files-Display.md b/wiki/Users-Drive-Files-Display.md index 8e6176e4..ab4e9c4c 100644 --- a/wiki/Users-Drive-Files-Display.md +++ b/wiki/Users-Drive-Files-Display.md @@ -425,7 +425,7 @@ Display file details in indented keyword: value format. The two forms are equiva ``` gam show fileinfo [returnidonly] - [filepath|fullpath] [folderpathonly []] [pathdelimiter ] + [filepath|fullpath] [folderpathonly|parentpathonly []] [pathdelimiter ] [allfields|*|(fields )] (orderby [ascending|descending])* [showdrivename] [showshareddrivepermissions] @@ -436,7 +436,7 @@ gam show fileinfo [formatjson] gam info drivefile [returnidonly] - [filepath|fullpath] [folderpathonly []] [pathdelimiter ] + [filepath|fullpath] [folderpathonly|parentpathonly []] [pathdelimiter ] [allfields|*|(fields )] (orderby [ascending|descending])* [showdrivename] [showshareddrivepermissions] @@ -455,6 +455,7 @@ Use `fullpath` to add additional path information indicating that a file is an O By default, the path to a file includes the file name as the last element of the path. Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path an be used in `gam create drivefolderpath` to recreate the folder hierarchy. +Use `parentpathonly` to display only the parent folder names when displaying the path to a file. By default, file path components are separated by `/`; use `pathdelimiter ` to use `` as the separator. @@ -517,12 +518,12 @@ gam show filepath [returnpathonly] (orderby [ascending|descending])* [stripcrsfromname] - [folderpathonly []] [fullpath] [pathdelimiter ] + [folderpathonly|parentpathonly []] [fullpath] [pathdelimiter ] [followshortcuts []] gam print filepath [todrive *] (orderby [ascending|descending])* [stripcrsfromname] [oneitemperrow] - [fullpath] [folderpathonly []] [pathdelimiter ] + [fullpath] [folderpathonly|parentpathonly []] [pathdelimiter ] [followshortcuts []] ``` Use `returnpathonly` to display just the file path of the files in ``. @@ -532,6 +533,7 @@ Use `fullpath` to add additional path information indicating that a file is an O By default, the path to a file includes the file name as the last element of the path. Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path an be used in `gam create drivefolderpath` to recreate the folder hierarchy. +Use `parentpathonly` to display only the parent folder names when displaying the path to a file. By default, file path components are separated by `/`; use `pathdelimiter ` to use `` as the separator. @@ -1106,7 +1108,7 @@ gam print|show filelist [todrive *] [countsonly [summary none|only|plus] [summaryuser ] [showsource] [showsize] [showsizeunits] [showmimetypesize]] [countsrowfilter] - [filepath|fullpath [folderpathonly []] [pathdelimiter ] [addpathstojson] [showdepth]] [buildtree] + [filepath|fullpath [folderpathonly|parentpathonly []] [pathdelimiter ] [addpathstojson] [showdepth]] [buildtree] [allfields|*|(fields )] [showdrivename] [showshareddrivepermissions] [(showlabels details|ids)|(includelabels )] @@ -1239,6 +1241,7 @@ JSON data rather than as additional columns By default, the path to a file includes the file name as the last element of the path. Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path an be used in `gam create drivefolderpath` to recreate the folder hierarchy. +Use `parentpathonly` to display only the parent folder names when displaying the path to a file. By default, file path components are separated by `/`; use `pathdelimiter ` to use `` as the separator. diff --git a/wiki/Version-and-Help.md b/wiki/Version-and-Help.md index ec935b96..c5c62253 100644 --- a/wiki/Version-and-Help.md +++ b/wiki/Version-and-Help.md @@ -3,7 +3,7 @@ Print the current version of Gam with details ``` gam version -GAM 7.32.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.43.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64 @@ -15,7 +15,7 @@ Time: 2026-02-15T07:51:00-08:00 Print the current version of Gam with details and time offset information ``` gam version timeoffset -GAM 7.32.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.43.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64 @@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second Print the current version of Gam with extended details and SSL information ``` gam version extended -GAM 7.32.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.43.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64 @@ -68,7 +68,7 @@ MacOS High Sierra 10.13.6 x86_64 Path: /Users/gamteam/bin/gam7 Version Check: Current: 5.35.08 - Latest: 7.32.02 + Latest: 7.43.03 echo $? 1 ``` @@ -76,7 +76,7 @@ echo $? Print the current version number without details ``` gam version simple -7.32.02 +7.43.03 ``` In Linux/MacOS you can do: ``` @@ -86,7 +86,7 @@ echo $VER Print the current version of Gam and address of this Wiki ``` gam help -GAM 7.32.02 - https://github.com/GAM-team/GAM +GAM 7.43.03 - https://github.com/GAM-team/GAM GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64