- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
My organization is using google suite's cloud service: drive file stream. I have many 3dsmax scripts and I am tired of carrying and transfering them onto other computers all the time. So what I am trying to do is setup a cloud script folder for it so I can call them with the same pathname in macros.
Google Drive File Stream is a basic tool. It creates a virtual drive first, then creates 2 folders in it. Named "my drive" and "team drive". You can change the letter of the virtual drive . So I made it S:\ . Yet it doesnt allow you to rename the main folders. Attached is how it looks.
Here is my problem. I am located in Turkey. So google suite's interface is Turkish.
In the virtual drive , my main folder that can't be renamed is "Drive'ım" which means "my drive" in Turkish.
Since it has one non-mainstream letter and an apostrophe , when used in macros, it returns with errors.
Here is a sample macro , I generally use:
macroScript imageplane
category:"lathander"
toolTip:"imageplane"
(
on execute do
(
fileIn ("S:\Drive'ım\Scripts\MS\dragNDropReferences11.ms")
)
)
--------------
this returns errors because of that folder's name.
I wonder if anyone knows how to work around this problem.
Thank you.
Solved! Go to Solution.
