We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open a field worksheet: ./f fieldbox.FieldBox -file path/something.field2 -threaded 1
./f fieldbox.FieldBox -file path/something.field2 -threaded 1
When saving the file the path will be: field_workspace_path/path/something.field2
field_workspace_path/path/something.field2
Correct behavior should be to save the sheet to the same path as the sheet was opened from
The text was updated successfully, but these errors were encountered:
Does an absolute path work as expected?
./f fieldbox.FieldBox -file /path/something.field2 -threaded 1
Sorry, something went wrong.
No. It opens the sheet as expected, but doesn't save it in the right path.
All right then! Bug it is.
On Thu, Oct 1, 2015 at 8:41 AM, jharaldson notifications@github.com wrote:
No. It opens the sheet as expected, but doesn't save it in the right path. — Reply to this email directly or view it on GitHub #85 (comment) .
— Reply to this email directly or view it on GitHub #85 (comment) .
No branches or pull requests
Open a field worksheet:
./f fieldbox.FieldBox -file path/something.field2 -threaded 1
When saving the file the path will be:
field_workspace_path/path/something.field2
Correct behavior should be to save the sheet to the same path as the sheet was opened from
The text was updated successfully, but these errors were encountered: